Using Authgear without SDK (Client side)
Integrate Authgear on the client side in mobile apps without SDK
Supported grant types
OpenID Connect Configurations
https://AUTHGEAR_ENDPOINT/.well-known/openid-configurationInitiate Signup and Login
https://AUTHGEAR_ENDPOINT/oauth2/authorize
?response_type=code
&client_id=CLIENT_ID
&redirect_uri=REDIRECT_URL
&scope=openid+offline_access+https://authgear.com/scopes/full-userinfo
&code_challenge_method=S256
&code_challenge=CODE_CHALLENGE
&state=abcHandling Callback
Logout
Verifying JWT Access Token
Last updated
Was this helpful?