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
make all routes protected using a requireToken like function so that no one else can access user information except the people who are allowed to
RequireToken user.FindByToken is not a prototype in our User model right now, and this would allow us to use the token on state to access user information.
The text was updated successfully, but these errors were encountered:
We need to
make all routes protected using a requireToken like function so that no one else can access user information except the people who are allowed to
RequireToken user.FindByToken is not a prototype in our User model right now, and this would allow us to use the token on state to access user information.
The text was updated successfully, but these errors were encountered: