Skip to main content

Module oauth2

Module oauth2 

Source
Expand description

Generic OAuth2 authorization-code provider driver.

This driver supports manually configured authorization, token, and userinfo endpoints. It owns the shared OAuth2 mechanics reused by fixed-endpoint providers: PKCE generation, token exchange, userinfo retrieval, safe endpoint diagnostics, and JSON claim extraction with dotted-path and JSON-pointer support.

Structsยง

OAuth2ProviderDriver
Generic OAuth2 provider driver with manually configured endpoints.