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
The state is set for you in Strategy.prototype.authorizationParams. You can override this by setting state to true. This works fine in typeless JS. But in TS the types don't allow this: passport.authenticate('apple', {state: true}).
Hi.
The state is set for you in
Strategy.prototype.authorizationParams
. You can override this by settingstate
to true. This works fine in typeless JS. But in TS the types don't allow this:passport.authenticate('apple', {state: true})
.The Google version has this:
I hope this helps.
The text was updated successfully, but these errors were encountered: