HyphaApp / hypha

Submission management software for open calls
https://www.hypha.app
BSD 3-Clause "New" or "Revised" License
67 stars 38 forks source link

Redirect after auth fails when using methods other than email magic link #4022

Open wes-otf opened 1 week ago

wes-otf commented 1 week ago

One of the issues I've seen with #4009 is that staff are logged out each day, then they click a link while logged out (ie. from slack) & login with OAuth, they are redirected to their dashboard rather than the link they clicked. When selecting Log in with password the redirect URL params are not preserved, so that also does not allow for redirection.

I know stuff with OAuth is a bit weird so would be curious to hear thoughts here.