Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nagababunarise/authenticationandauthorisation_jwttoken
AuthenticationAndAuthorisationPractice
https://github.com/nagababunarise/authenticationandauthorisation_jwttoken
authorization css html javascript jwt jwt-authentication react-router withrouter
Last synced: about 8 hours ago
JSON representation
AuthenticationAndAuthorisationPractice
- Host: GitHub
- URL: https://github.com/nagababunarise/authenticationandauthorisation_jwttoken
- Owner: nagababunarise
- Created: 2023-11-25T08:12:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T08:15:02.000Z (about 1 year ago)
- Last Synced: 2024-04-17T05:11:27.763Z (9 months ago)
- Topics: authorization, css, html, javascript, jwt, jwt-authentication, react-router, withrouter
- Language: JavaScript
- Homepage: https://authsec.ccbp.tech
- Size: 157 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