next-auth
c6f58e18 - case sensitive providerName in passport.authenticate

Commit
7 years ago
case sensitive providerName in passport.authenticate Strategy name in Passoport is not enforced to be all lower case, and it's up to strategy author to pick a name. So, there's a chance that strategy with mixed case name [exists](https://github.com/exlinc/keycloak-passport/blob/master/index.js#L23) Without this change such strategies won't work with next-auth.
Author
Committer
Parents
Loading