This is a demo project to describe the concept of authentication and authorization using JWT Tokens.
We have simple web page developed using React.
Backend is developed Using Spring boot
- Once the user registers a token will be generated by backend. This is token is stored in session and will be used in further api requests.


- The red button is not passing the token to backend and will be rejected by backend.


