Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reddy-epk/e-commerce-part-2
- Owner: reddy-epk
- Created: 2024-04-21T05:53:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T05:55:22.000Z (7 months ago)
- Last Synced: 2024-10-17T10:43:07.921Z (about 1 month ago)
- Topics: js-cookie, jwt-authentication, react-js, react-router
- Language: JavaScript
- Homepage: https://epikfy.ccbp.tech/login
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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