You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some oauth workflows require multiple requests and responses with the user.
One example of this is when user consent is required. The first request would show a dialog asking for consent which then posts back to a second route. That second route needs all the information from the first request. Since some of the information may be sensitive, the framework saves it all for you as a transaction within the session. It is then reused within the second request via something like server.decision().
Could you clarify why the transaction id is necessary? Wouldn't it be enough to check if the user is logged in?
The text was updated successfully, but these errors were encountered: