Implement frontend and backend support for the ?next query parameter after login to redirect to that endpoint.
Currently, redirecting is implemented by automatically redirecting to baseroutes.index as is considered safe by OWASP. Should be reimplemented using techniques listed in this OWASP document.
Implement frontend and backend support for the
?next
query parameter after login to redirect to that endpoint.Currently, redirecting is implemented by automatically redirecting to
baseroutes.index
as is considered safe by OWASP. Should be reimplemented using techniques listed in this OWASP document.