Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(backend): Propagate audience option to verifyToken #978

Closed
wants to merge 1 commit into from

Commits on Mar 24, 2023

  1. feat(backend): Propagate audience option to verifyToken

    In rare circumstances, one may want to specify the `audience` to validate the token against since the `aud` claim may be specified in the session customization settings. Also, if the `audience` is not specified for verification, then the presence of the `aud` claim should not result in a failure.
    appden committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    59596c1 View commit details
    Browse the repository at this point in the history