Tornium / tornium

A website and Discord bot to assist with the playing of Torn City developed with love <3
https://tornium.com
12 stars 7 forks source link

Implement post-login redirection #136

Closed dssecret closed 1 year ago

dssecret commented 1 year ago

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.