/sign-in./ and instead redirect them to /account which the user was originally trying to access? More generally, if a user is trying to access a protected resources (e.g. /post/:post_id which they own), how can I redirect them to that same URL as well upon successful login? Thanks so much in advance!