authentication-authorization

Installation
SKILL.md

Authentication & Authorization

Implement secure auth in your applications.

Authentication Methods

Method Use Case Security Level
Session/Cookie Server-rendered apps High (HTTP-only, secure flags)
JWT APIs, SPAs Medium (stateless, revocable with blacklist)
OAuth2 Third-party login High (delegate to providers)
SAML Enterprise SSO High (enterprise identity)
WebAuthn Passwordless Very high (biometric, hardware keys)
Installs
11
GitHub Stars
464
First Seen
May 16, 2026
authentication-authorization — cosmicstack-labs/mercury-agent-skills