Skip to content
New issue

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

Best practice to validate multiple JWT #47

Closed
vlauciani opened this issue Dec 10, 2018 · 2 comments
Closed

Best practice to validate multiple JWT #47

vlauciani opened this issue Dec 10, 2018 · 2 comments

Comments

@vlauciani
Copy link

Hi

What is the best practice to validate multiple JWT?

I've a lot of users and each user have a personal JWT; each user can access to one o more 'location'/'route'.
Should I create, for example, a test-jwt-nginx.conf for each user?

Thank you,
Valentino

@fitzyjoe
Copy link
Contributor

fitzyjoe commented Jul 2, 2020

I'm not completely understanding your question. Are the JWTs all signed with the same key/secret or different ones? This module supports multiple different keys for different locations, but not multiple keys for the same location. Of course there are infinite JWTs that this module supports for the same key. I know this is an old comment but if you care to elaborate I'm interested.

@JoshMcCullough
Copy link
Contributor

Closing this since there was no response. Feel free to reopen if needed, @vlauciani.

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

No branches or pull requests

3 participants