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
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
In trying to get this to work with koa-passport though, I've been unable to get subsequent strategies tried after the first fails. I've tried debugging it, and it appears that koa-passport largely implements its own logic for how authenticate flows and makes no attempt to support multiple strategies. Is this an accurate assessment or am I just doing it wrong?