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

Use JWT for token generation and authentication #3

Open
Willena opened this issue May 3, 2020 · 0 comments
Open

Use JWT for token generation and authentication #3

Willena opened this issue May 3, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Willena
Copy link
Owner

Willena commented May 3, 2020

For now, the token is a UUID generated and stored in the runtime memory.
Switching to JWT token is better because we do not need to store the token on the server side. This is a self contained solution.

@Willena Willena added enhancement New feature or request help wanted Extra attention is needed labels May 3, 2020
@Willena Willena added this to To do in API version 1.1 via automation May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant