Closed
Description
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!
Activity