Getting the JWKS endpoint and issuer URLs
caution
Using JWTs is optional and is only required if you want to integrate with another service that relies on JWTs or if you want to integrate with a backend framework that we do not support yet
#
IssuerBy default SuperTokens uses {apiDomain}/{apiBasePath}
as the issuer URL. The value of {apiBasePath}
is /auth
by default, so for example, if your {apiDomain}
is http://localhost:8000
, then the full issuer URL is http://localhost:8000/auth
.
If you want to use a custom issuer URL refer to this page
#
JWKS URLSuperTokens exposes a Json Web Key Set on {issuer}/jwt/jwks.json