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

Support for http Only Cookie for the refresh token #324

Closed
barmettlerl opened this issue Nov 3, 2020 · 1 comment
Closed

Support for http Only Cookie for the refresh token #324

barmettlerl opened this issue Nov 3, 2020 · 1 comment

Comments

@barmettlerl
Copy link

It would be nice if we could configure this framework in order to store the refresh_token as a httpOnly Cookie in the browser. This would be more secure against XSS attacks.

@Andrew-Chen-Wang
Copy link
Member

Duplicate #71

There's discussion on why it's basically unnecessary to have a refresh token if you're doing this in the browser simply because you're really just making a stateful session and that's 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

2 participants