Skip to content

Resolve "prevent open redirect on login"

Ciarán Ainsworth requested to merge 1492-prevent-open-redirect-login into develop

Closes #1492 (closed)

Attempts to resolve any URL/route passed as a next param to the login view. Routes that do not exist in the route will be removed and replaced with /library to push users to library. Any internal routes will push users as expected.

Merge request reports