passport-anilist
v1.0.0
Published
Passport.js strategy for anilist.co OAuth2 login
Downloads
4
Maintainers
Readme
passport-anilist
Passport.js strategy for anilist.co OAuth2 login
You can find the offical docs here.
Usage
npm install passport-anilist --save
See an example express server (without using the refresh token) in example/server.js.
Acknowledgements
Losely based on https://github.com/nicholastay/passport-discord which you can refer too for further use of the passport package.