jaredhanson / passport

Simple, unobtrusive authentication for Node.js.
https://www.passportjs.org?utm_source=github&utm_medium=referral&utm_campaign=passport&utm_content=about
MIT License
23k stars 1.24k forks source link

is this strategy actual? #957

Open vetsinen-onlyfans opened 1 year ago

vetsinen-onlyfans commented 1 year ago

there are two strategies available on site passport.js: twitch and twitchtv could you please say which is suitable now to login user?

suruaku commented 1 year ago

You can see the source code here:

https://github.com/johnkernke/passport-twitchtv https://github.com/Schmoopiie/passport-twitch

passport-twitchtv had the last update 8 years ago and is now deprecated. passport-twitch had the last update 6 years ago.

This one seems to be up to date https://github.com/oauth-everything/passport-twitch

markstos commented 1 year ago

This issue can be closed or moved to discussions. It is not a bug in Passport.