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
✨(@koex/passport): design a strategy for callback return error
- callback error should not throw, let it be handled by common error
middleware, should design a new method for it
- will face two situations
- internal code logic error or strategy is not defined (passport.ts
line 166 - 172)
- remote provider error when exchange token by code or exchange user
by token (passport.ts line 174 - 178)
0 commit comments