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
sign_in_with_oauth ought to return the code verifier, since that is needed in the callback form /authorize to do the code exchange.
Right now it only returns the URL to initiate the PKCE flow, but once the callback route is invoked, one cannot proceed because one cannot do the code exchange due to the missing code verifier.
The text was updated successfully, but these errors were encountered:
sign_in_with_oauth
ought to return the code verifier, since that is needed in the callback form/authorize
to do the code exchange.Right now it only returns the URL to initiate the PKCE flow, but once the callback route is invoked, one cannot proceed because one cannot do the code exchange due to the missing code verifier.
The text was updated successfully, but these errors were encountered: