Use HODLXXI as an OAuth2 authorization server with OIDC discovery metadata.
POST /oauth/register to register a client and redirect URI(s).GET /oauth/authorize with response_type=code,
client_id, redirect_uri, scope, and state.POST /oauth/token for access (and refresh) tokens.Read OIDC metadata at /.well-known/openid-configuration.
Resolve signing keys at /oauth/jwks.json.
POST /oauth/registerGET /oauth/authorizePOST /oauth/tokenGET /.well-known/openid-configurationGET /oauth/jwks.jsonGET /oauth/clients (developer listing; access controlled)