1.0.0 • Published 4 years ago

passport-anilist v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.