ECellNitrr / teesco-website

Apache License 2.0
2 stars 8 forks source link

wire login api #32

Closed naveennvrgup closed 4 years ago

naveennvrgup commented 4 years ago

Fixes #31

Description

  1. Made redux setup
  2. tokens are being saved in localStorage (made utility functions for accessing them)
  3. util functions for error dict
  4. protected routes
  5. login API wired up
  6. logout functionality added
  7. axios object setup
  8. setup to push routs inside actions

Type of change

Screenshots of change:

Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test. image image

Checklist:

Code/Quality Assurance