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
This probably relates to the separate issue of whether we should be bringing knowledge of the routing into Redux too so that restoring a previous state would then restore the page that goes with that state too.
tomRedox
changed the title
Look at whether we should move authentication and redirection out of router and into React components or Redux
Move authentication and redirection out of router and into React components or Redux
Mar 25, 2016
tomRedox
changed the title
Move authentication and redirection out of router and into React components or Redux
Move authentication and redirection out of router and into React components and Redux state
Mar 25, 2016
See @ffxsam's comment here: ffxsam/ffx-meteor-react-boilerplate#8 (comment).
This probably relates to the separate issue of whether we should be bringing knowledge of the routing into Redux too so that restoring a previous state would then restore the page that goes with that state too.
@Gaereon recommends looking at this article in comments on a github gist here. That example is using JSON Web Tokens (JWTs) (which is an open source standard) and a paid authentication service auth0.
Need to think about how all this would tie into Meteor's existing security structure.
The text was updated successfully, but these errors were encountered: