0.0.2 • Published 6 years ago

react-redux-djang-auth v0.0.2

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

Skyrc-auth

Packages:

antd, react, redux, babel, axios

Installation

npm install / yarn install

Build:

npm run build 

Publish

npm publish

Use view:

    import Login from 
        'react-redux-django-auth/build/views/Login'
    import Register from 
        'react-redux-django-auth/build/views/Register'
    import ForgetPassword from 
        'react-redux-django-auth/build/views/ForgetPassword'
    import ConfirmPassword from 
        'react-redux-django-auth/build/views/ConfirmPassword'

Use action:

    import { actLogin, actRegister, 
    actPasswordForgot, 
    actConfirmPassword, actLogOut, 
    actGetUser }  from 'react-redux-djang-auth/build/action'

Use reducer:

    import {login, 
    users, register, 
    passwordForgot, 
    confirmPassword} from 'react-redux-djang-auth/build/reducer'

Required:

    module.exports = {
        authConfig: {
            logo: Logo,
            name: 'LVS'
        }
    } 
0.0.2

6 years ago

0.0.1-b8

6 years ago

0.0.1-b7

6 years ago

0.0.1-b6

6 years ago

0.0.1-b5

6 years ago

0.0.1-b4

6 years ago

0.0.1-b2

6 years ago

0.0.1-b1

6 years ago

0.0.1

6 years ago