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

Thoughts on SPAs using Session Cookies instead of JWT? It's implemented... #360

Closed
Andrew-Chen-Wang opened this issue Jan 15, 2021 · 0 comments

Comments

@Andrew-Chen-Wang
Copy link
Member

Recently, I've just implemented stateful authorization with React here: https://github.com/Andrew-Chen-Wang/SPA-with-sessions. You can find the demo at https://acwpython.pythonanywhere.com/ and you can find the cookies when you visit https://acwpython.pythonanywhere.com/authenticated/

I'd like to get some feedback on the tutorial, thoughts on using session cookies instead, and the general methodology. Also note, I have a huge concern regarding development time with this method, talked about here. Lemme know your thoughts on that too.

I'm hoping this can close the following issues: #71 #157 #263 #321 Thank you everyone for your patience and support!

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

1 participant