Manage authentication and authorization
auth-handlerskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Implement authentication and authorization
Best for
Implementing OAuth/JWT flows with session management and token refresh without reinventing the auth wheel.
Inputs
- · user credentials
- · auth flow spec
Outputs
- · JWT tokens
- · session state
Preconditions
OAuth provider configured; redirect URIs set
Failure modes
- · Token expired
- · Invalid credentials
- · CORS misconfiguration
Trust signals
- · JWT token refresh flow
- · Credential validation rules