You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've setup my fastapi-cloudauth as the readme describes in Example (AWS Cognito),
but can't see anywhere to specify my cognito callback URL
and I'm getting a 401 error with:
{
"detail": "JWK public Attribute for authorization token not found"
}
Hi, I've setup my fastapi-cloudauth as the readme describes in
Example (AWS Cognito)
,but can't see anywhere to specify my cognito callback URL
and I'm getting a 401 error with:
i'm calling my server like:
and my code is basically the hello world example:
`
Notes:
The text was updated successfully, but these errors were encountered: