extauth
v0.1.8-alpha
Published
This module is simpliest alternative for authorize by external providers. Zero dependencies.
Maintainers
Readme
NOT FOR PRODUCTION (not yet now)
About
This module is simpliest alternative for authorize by external providers.
Support auth providers
- vk.com
- google.com
- twitch.tv
TODO
- Supports redirects on success login and on fail login
- Implement providers for facebook or any other provider supports OAuth2
- Maybe implement local provider (auth by login and password)
USE
See examples from test apps for chosen by you or similar framework.
TEST
How to test
Test app examples
# FRAMEWORK_NAME = any (koa2)
cd test-apps/${FRAMEWORK_NAME}
npm startand go to page http://localhost:3000/auth/${providerName}
where providerName = any (vk, google, twitch)
Automated tests
npm run avaCode coverage
npm run coverageImplemented tests with frameworks
- Koa2
