Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Cookie Auth SEPARATE from JWT Auth? #151

Open
ProofOfKeags opened this issue Jul 3, 2019 · 0 comments
Open

Cookie Auth SEPARATE from JWT Auth? #151

ProofOfKeags opened this issue Jul 3, 2019 · 0 comments

Comments

@ProofOfKeags
Copy link

I have a use case where I'd like to be able to give users the ability to export custom JWT auth tokens with different permission sets. While allowing any valid cookie session to have "full" permissions.

The most natural way to deal with this in my mind was to have two different auth mechanisms: one with its own JWT configuration, and a cookie configuration that does not depend on the JWT config. It seems like a smell to me that the Cookie and JWT auth setups are inextricably linked. Is there a good reason for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant