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 12, 2018. It is now read-only.
If an anonymous user tries to see a page that requires authentication, our code will redirect the user to the login page. After the successful authentication, the user will invariantly be redirected to either the next parameter or the configured nextUri. It would be good to keep track of the originally intended target page and redirect the user there after authentication.