The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2017-02-28 17:16:25 -05:00
.idea Done? 2016-12-07 18:09:21 -05:00
lib 1.0.0 2017-02-28 17:16:25 -05:00
test 17 2017-01-13 10:50:38 -05:00
.gitignore +6 2016-09-21 02:19:52 -04:00
.travis.yml +10 2016-11-23 15:37:40 -05:00
LICENSE Initial commit 2016-05-02 19:39:57 -04:00
pubspec.yaml 1.0.0 2017-02-28 17:16:25 -05:00
README.md 1.0.0 2017-02-28 17:16:25 -05:00

angel_auth

version 1.0.0 build status

A complete authentication plugin for Angel. Inspired by Passport.

Documentation

Click here.

Supported Strategies

  • Local (with and without Basic Auth)

Default Authentication Callback

A frequent use case within SPA's is opening OAuth login endpoints in a separate window. angel_client provides a facility for this, which works perfectly with the default callback provided in this package.

app.authenticate('facebook', new AngelAuthOptions(callback: confirmPopupAuthentication()));