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 was archived by the owner on Dec 13, 2018. It is now read-only.
Some of our examples show references to req.user, but it's not clear that you have to use the getUser middleware in order for this value to be available. Here is one example:
Some of our examples show references to
req.user, but it's not clear that you have to use thegetUsermiddleware in order for this value to be available. Here is one example:https://docs.stormpath.com/nodejs/express/latest/authentication.html#cookie-authentication
We should find other places where this is an issue and fix the documentation to make this more clear.