·maui-authentication
!

maui-authentication

A brief description of what this skill does

6Installs·0Trend·@rimblehelm

Installation

$npx skills add https://github.com/rimblehelm/.net-maui-skills --skill maui-authentication

How to Install maui-authentication

Quickly install maui-authentication AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/rimblehelm/.net-maui-skills --skill maui-authentication
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: rimblehelm/.net-maui-skills.

SKILL.md

View raw

This skill provides agents with secure, cross-platform patterns for implementing authentication in .NET MAUI applications. It covers OAuth2, OpenID Connect, JWT handling, secure storage, token refresh, and platform-specific login flows using WebAuthenticator.

The goal is to ensure that all authentication-related code is safe, maintainable, and aligned with modern security practices.

Never store sensitive data in Preferences or plain text. Always use SecureStorage.

A brief description of what this skill does Source: rimblehelm/.net-maui-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rimblehelm/.net-maui-skills --skill maui-authentication
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from rimblehelm/.net-maui-skills

Quick answers

What is maui-authentication?

A brief description of what this skill does Source: rimblehelm/.net-maui-skills.

How do I install maui-authentication?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rimblehelm/.net-maui-skills --skill maui-authentication Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/rimblehelm/.net-maui-skills