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
Is there a way to use the RequreAuth function only load the files once the user logs in? I have a problem where a lot of my app requires the jwt token which gets stored when the user logs in.
Issue with the current code is that it tries loading all modules (even the ones behind requireAuth
The text was updated successfully, but these errors were encountered:
yarnball
changed the title
Make requireAuth files load after user logs in
Make requireAuth routes load after user logs in
Apr 5, 2017
Hi,
Great work on this.
Is there a way to use the
RequreAuth
function only load the files once the user logs in? I have a problem where a lot of my app requires the jwttoken
which gets stored when the user logs in.Issue with the current code is that it tries loading all modules (even the ones behind requireAuth
The text was updated successfully, but these errors were encountered: