Skip to main content

Module indieauth

Module indieauth 

Source
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§

IndieAuthCallback
IndieAuth authorization response (callback parameters).
IndieAuthClient
IndieAuth client for building authorization flows.
IndieAuthConfig
IndieAuth client configuration.
IndieAuthMetadata
IndieAuth server metadata (returned at /.well-known/oauth-authorization-server or linked from <link rel="indieauth-metadata"> on the user’s profile).
IndieAuthProfile
Profile information returned by IndieAuth.
IndieAuthRequest
An IndieAuth authorization request.
IndieAuthServer
IndieAuth server handling code issuance and token exchange.
IndieAuthTokenResponse
IndieAuth token response.