harakeke-2019 / EDAMAME

EDAMAME: Enspiral Dev Academy Management of Assessment Modules Emily
1 stars 3 forks source link

Write an action and a reducer for login #100

Closed benlittlenz closed 5 years ago

benlittlenz commented 5 years ago

Write an action and a corresponding reducer for log in that can be called from a component.

Please see https://github.com/kowhai-2018/Final-Project/blob/development/client/actions/auth.js and https://github.com/kowhai-2018/Final-Project/blob/development/client/reducer/auth.js for example code.

Please note that in the example code the api and the action are in the same function but these should be separated. The api for handling the login will be in a separate api file, see issue #95.