A brief description of what this skill does
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.
Services
└─ Auth
├─ Interfaces
└─ Models
WebAuthenticator.Default.AuthenticateAsync for login.IAuthService and AuthService.IsLoggedIn, LoginAsync, LogoutAsync, and RefreshTokenAsync.maui-ui-best-practices)