1.2.1 • Published 6 years ago

@autodisol/client v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@autodisol/client

npm

Authentification

import { createStore, combineReducers, applyMiddleware } from 'redux'
import thunk from 'redux-thunk'
import authReducer, { authenticate, disconnect } from '@autodisol/client/auth'

const store = createStore(combineReducers({ auth: authReducer }), applyMiddleware(thunk))

store.dispatch(authenticate('username', 'password'))
store.dispatch(disconnect())
1.2.1

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-0

6 years ago

0.0.1

6 years ago