jonasalexanderson
01/22/2023, 6:47 AM/jwt/jwks
. I deployed Supertokens as AWS Lambda. This url for signing up works great: https://xx1g573a5h.execute-api.us-east-1.amazonaws.com/prod/auth/signup
But how can I reach the /jwks
endpoint? Calling this https://xx1g573a5h.execute-api.us-east-1.amazonaws.com/prod/auth/jwt/jwks returns:
{
"error": "The middleware couldn't serve the API path /auth/jwt/jwks, method: get. If this is an unexpected behaviour, please create an issue here: https://github.com/supertokens/supertokens-node/issues"
}
jonasalexanderson
01/22/2023, 6:50 AMrp_st
01/22/2023, 7:06 AMrp_st
01/22/2023, 7:07 AMrp_st
01/22/2023, 7:07 AMrp_st
01/22/2023, 7:08 AMjonasalexanderson
01/22/2023, 2:59 PMrp_st
01/22/2023, 3:10 PM