pyramid_jwt icon indicating copy to clipboard operation
pyramid_jwt copied to clipboard

Implement capability for dual (cookie and header) authentication

Open tripsolutions opened this issue 3 years ago • 0 comments

This patch provides a very direct way to stack cookie-only authentication and header authentication. Functionality is activated by accept_header/jwt.cookie_accept_header (parameter/ini-file value) and precedence is decided by header_first/jwt.cookie_prefer_header.

tripsolutions avatar Mar 02 '21 18:03 tripsolutions