You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
@janoist1 Hello , thanks for your repo. I have some questions , would you please help me ?
I used to save the JWT into localStorage when user logged in (Without SSR). But with SSR now, how could I save the loginStatus at the server side when user login at browser ?
By the way, I'm using a separate API server which writed by java.
The text was updated successfully, but these errors were encountered:
Any idea how I can use react-cookie (https://github.com/thereactivestack/react-cookie) to get isomorphic cookies to work?
I want to be able to have login information on the server side, so if a user is logged in, I wont get the "React attempted to reuse markup in a container..." warning message. So far I wasn't able to get this to work and I would really appreciate help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@janoist1 Hello , thanks for your repo. I have some questions , would you please help me ?
I used to save the JWT into localStorage when user logged in (Without SSR). But with SSR now, how could I save the loginStatus at the server side when user login at browser ?
By the way, I'm using a separate API server which writed by java.
The text was updated successfully, but these errors were encountered: