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
Following the example of this repo, what is the proper way of keeping a reference to the original requested url? This information is available in the former request as req.originalUrl but it gets lost if the user is not authenticated and the redirection (from GET /login to POST /login etc.) and authentication take place. The example in this repo has a static /
Following the example of this repo, what is the proper way of keeping a reference to the original requested url? This information is available in the former request as req.originalUrl but it gets lost if the user is not authenticated and the redirection (from GET /login to POST /login etc.) and authentication take place. The example in this repo has a static /
I tried to relay a state. Something like:
... but to no avail. The information still gets lost.
The text was updated successfully, but these errors were encountered: