0.1.8-alpha • Published 4 years ago

extauth v0.1.8-alpha

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

NOT FOR PRODUCTION (not yet now)

Build Status

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 start

and go to page http://localhost:3000/auth/${providerName} where providerName = any (vk, google, twitch)

Automated tests

npm run ava

Code coverage

npm run coverage

Implemented tests with frameworks

  • Koa2
0.1.8-alpha

4 years ago

0.1.7-alpha

4 years ago

0.1.6-alpha

4 years ago

0.1.5-alpha

4 years ago

0.1.4-alpha

5 years ago

0.1.3-alpha

5 years ago

0.1.2-alpha

5 years ago

0.1.1-alpha

5 years ago

0.1.0-alpha

5 years ago

0.0.4-alpha

5 years ago

0.0.3-alpha

7 years ago

0.0.2-alpha

7 years ago

0.0.1-alpha

7 years ago