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

JWT token should be stored securely if they are used as auth for browser users. #153

Open
h4cker39 opened this issue Jun 18, 2021 · 0 comments

Comments

@h4cker39
Copy link

h4cker39 commented Jun 18, 2021

If an application are using JWT in browsers it should be stored securely in a cookie which requires:

  • Require SSL on the comunication
  • Enable HttpOnly
  • Send The Cookie To Only Your Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants