Skip to content

hafeez8165526/Springboot-authentication-authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Springboot-authentication-authorization

This is a demo project to describe the concept of authentication and authorization using JWT Tokens.

We have simple web page developed using React.

  • Users can register themselfes and login as well.
  • image

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.
  • image
  • image
  • In the dashboard... We have one red button and one green button
  • image
  • The red button is not passing the token to backend and will be rejected by backend.
  • The green button is passing the token to backend. This will be verified by backend and gives success response.
  • image

About

This is a demo project to describe the concept of authentication and authorization using JWT Tokens.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published