2.0.1 • Published 10 years ago

apollo-auth v2.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

apollo-auth

Authentication module for Apollo

Public Methods

Actions

getUserData fetch the logged in user object from the server

import { getUserData } from 'apollo-auth/dist/client/actions';

Usage

Reducer

import user from 'apollo-auth/dist/client/reducer';

const rootReducer = combineReducers({
    user
});

Routes

import AuthRoutes from 'apollo-auth/dist/client/routes';

const routes = (
    <Route component={App}>
        {AuthRoutes}
    </Route>
);
2.0.1

10 years ago

2.0.0

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago