Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reddy-epk/e-commerce-part-2

An extension for e-commenerce-part-1 app where the functionalities like jwtToken is generated and stored for a secure route transfers.
https://github.com/reddy-epk/e-commerce-part-2

js-cookie jwt-authentication react-js react-router

Last synced: 17 days ago
JSON representation

An extension for e-commenerce-part-1 app where the functionalities like jwtToken is generated and stored for a secure route transfers.

Awesome Lists containing this project

README

        

# Authentication & Authorization | Part 2

- Authentication Flow in React
- Storing JWT Token
- Handling Login Failure
- Cookies
- Cookies.set()
- Cookies.get()
- Cookies.remove()
- Handling Route Redirections
- Unauthenticated Scenario
- Authenticated Scenario
- React Router
- withRouter