Is there a way to redirect a user after successful auth to a dynamically defined URL?
Instead of static onAuthSucceededRedirectTo, I'd like to move the user to say something like
/profile/<UUID>/settings . Should I use a server redirect instead?