mobx - ReactJS handle user Authentication with server-side rendering -


i building reactjs application mobx, , trying make universal app (server-rendering), have issues , questions. first of all, don't know how handle user authentication on server-side rendering. saving before token of user in browser's localstorage, server-rendring, seems cannot access localsotrage through window. fo example if have paths user go if signed in, cannot handle because window undefined. suggestions?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -