Expand description
IndieAuth protocol support (OAuth 2.0–based identity layer for the IndieWeb).
Provides authorization endpoint discovery, PKCE-secured authorization code exchange, and profile URL verification per the IndieAuth specification.
§References
Structs§
- Indie
Auth Callback - IndieAuth authorization response (callback parameters).
- Indie
Auth Client - IndieAuth client for building authorization flows.
- Indie
Auth Config - IndieAuth client configuration.
- Indie
Auth Metadata - IndieAuth server metadata (returned at
/.well-known/oauth-authorization-serveror linked from<link rel="indieauth-metadata">on the user’s profile). - Indie
Auth Profile - Profile information returned by IndieAuth.
- Indie
Auth Request - An IndieAuth authorization request.
- Indie
Auth Server - IndieAuth server handling code issuance and token exchange.
- Indie
Auth Token Response - IndieAuth token response.