SIGN IN SIGN UP

fix(webauthn): preserve redirect_url after passkey login

The passkey login flow reloaded the login page once the assertion was
validated. Since the user was authenticated at that point, the login
handler redirected to the default home page and the redirect_url query
parameter was dropped.

The client now forwards redirect_url to the login finish endpoint, which
validates it as a relative path and returns the destination, falling back
to the user's default home page.

Fixes: #4494
F
Fred committed
106cdd09e1557222303f3ed1376e1dadf0638621
Parent: 2f9e07b