danivijay / react-commerce

Shopping cart made with ReactJS.
3 stars 2 forks source link

feat(token): not completed #43

Closed ashinpchandran closed 5 years ago

ashinpchandran commented 5 years ago

feat(token): not completed

There are some issues with the backend and it needs to be corrected.

Corrected these issues.

feat(authtoken) : home page issue

When the token expires, then the products weren't getting displayed on the home screen. Now the issue is fixed. Now whenever the backend refuses to give back the list of products, the token stored in the local storage will get removed and then the products are listing successfully.