Sorry if this is covered somewhere, but I read through the Twitter dev oauth docs and have searched around but I’m not finding an answer to this.
On our site users can authenticate to via Twitter, then they get returned to our site. What we want to do is if a non-authenticated user hits /settings, we want to pass /settings in the oauth flow so that when they’ve signed in, they’re redirected back to /settings .
Is this a supported option? If so, can someone link me to the specific documentation?