Skip to content

Handle auth_request directive double check #1

Open
@max-lt

Description

@max-lt

The auth_request directive sould not be triggered when the auth_jwt one successfully authenticates the request:

  • auth_jwt must be executed before auth_request (because it is fastest).
  • auth_request must be called only if auth_jwt is disabled or failed to authenticates the request.

This behavior must be optional:

  • add a directive to enable it (auth_jwt_options [handle_auth_request]?)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions