for https://supertokens.com/docs/passwordless/has...
# share-your-work
y
for https://supertokens.com/docs/passwordless/hasura-integration/with-jwt#using-the-jwks-endpoint
Copy code
{
  "jwk_url": "{apiDomain}/{apiBasePath}/jwt/jwks.json"
}
, we we are using hosted cloud service , so what will be the url I am trying to use - cbexxxxxj.ap-southeast-1.rds.amazonaws.com/auth/jwt/jwks.json or it will be the url where actual backend is running ?