Auth API (Discord / Google / GitHub)

Version: 0.1.43 ยท Running

Endpoints

Authorization
GET https://auth-api.erpc.global/oauth/authorize
response_type=code, client_id, redirect_uri, code_challenge(+S256), provider=discord|google|github
Token
POST https://auth-api.erpc.global/oauth/token
grant_type=authorization_code (code, code_verifier) / refresh_token
Callback
GET https://auth-api.erpc.global/oauth/callback
Metadata
GET https://auth-api.erpc.global/.well-known/oauth-authorization-server
Dynamic Client Registration
POST https://auth-api.erpc.global/oauth/register
Health
GET https://auth-api.erpc.global/health

Providers

discord, google, github

Quick Start