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
Access token has no "aud" claim but WorkOS docs and blog recommend checking it when validating JWTs. Is there any way to set it up or is it only available with custom domains?
For now, I'm just hardcoding the "aud" claim in the JWT template.