-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The auth_request directive sould not be triggered when the auth_jwt one successfully authenticates the request:
auth_jwtmust be executed beforeauth_request(because it is fastest).auth_requestmust be called only ifauth_jwtis disabled or failed to authenticates the request.
This behavior must be optional:
- add a directive to enable it (
auth_jwt_options [handle_auth_request]?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request