angel-auth

0.0.8 • Public • Published

EXERCISE YOUR AUTH DEMONS WITH ANGEL-AUTH

Takes great inspiration from redux-auth.

import { configureAuth } from 'angel-auth';

...

  store.dispatch(configureAuth({
    apiUrl: process.env.REACT_APP_API_URL,
    apiPath: '/api',
    authProviderPaths: {
      linkedin: '/auth/linkedin',
      facebook: '/auth/facebook',
      twitter: '/auth/twitter',
    },
  }))

Package Sidebar

Install

npm i angel-auth

Weekly Downloads

6

Version

0.0.8

License

MIT

Unpacked Size

44.8 kB

Total Files

43

Last publish

Collaborators

  • rlstephens