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

Issue JWT's instead of random strings for token auth #19

Open
lserman opened this issue Jul 5, 2016 · 0 comments
Open

Issue JWT's instead of random strings for token auth #19

lserman opened this issue Jul 5, 2016 · 0 comments

Comments

@lserman
Copy link
Contributor

lserman commented Jul 5, 2016

JWTs are basically strictly better than tokens. We can bake some important information into the token like the expiration time so that clients can stay ahead and refresh the token as frequently as they'd like. I don't see a downside to it.

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

1 participant