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
#30 is one way to fix this up. Our issue is that the 401 error handler is rendering the login page template for endpoints that aren't equipped to handle the LoginForm post. I'm handling this by actually redirecting to the login page instead, with the referring URL passed through the login page with the ?next URL parameter, and validating that parameter to make sure we only redirect to ourselves and not anywhere bad.
The end result is that you end up at whatever page you started out on before the redirect chain.
No description provided.
The text was updated successfully, but these errors were encountered: