800 B
800 B
angel_auth
A complete authentication plugin for Angel. Inspired by Passport.
Documentation
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()));