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

Provide SSL certificate for EC2 instance #16

Open
MilesDowe opened this issue May 8, 2016 · 2 comments
Open

Provide SSL certificate for EC2 instance #16

MilesDowe opened this issue May 8, 2016 · 2 comments

Comments

@MilesDowe
Copy link
Contributor

This should be done in general, but by providing a JWT through a cookie with the secure flag, this is required.

@hasit
Copy link
Contributor

hasit commented May 9, 2016

Cookies are no longer required if we use JWT. JWT is the new standard for token based sessions.

@MilesDowe
Copy link
Contributor Author

How is the JWT stored client side? My understanding is that we can use cookies or sessionStorage, but sessionStorage would require JavaScript code (and preferably a maintainable framework).

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

2 participants