So far, this framework supports two different modes for getting an oAuth request token: reverse auth and the "regular" path that involves authenticating and handling a callback. At some point, I'd like to simply integrate the two where we try reverse auth, then fallback to regular auth.
So far, this framework supports two different modes for getting an oAuth request token: reverse auth and the "regular" path that involves authenticating and handling a callback. At some point, I'd like to simply integrate the two where we try reverse auth, then fallback to regular auth.