We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The auth_request directive sould not be triggered when the auth_jwt one successfully authenticates the request:
auth_jwt
auth_request
This behavior must be optional:
auth_jwt_options [handle_auth_request]
The text was updated successfully, but these errors were encountered:
max-lt
No branches or pull requests
The auth_request directive sould not be triggered when the
auth_jwt
one successfully authenticates the request:auth_jwt
must be executed beforeauth_request
(because it is fastest).auth_request
must be called only ifauth_jwt
is disabled or failed to authenticates the request.This behavior must be optional:
auth_jwt_options [handle_auth_request]
?)The text was updated successfully, but these errors were encountered: