Skip to content

A Spring Boot application that makes use of JWT authentication for securing an exposed REST API. Any user will be able to consume the restricted API only if it has a valid JSON Web Token (JWT).

Notifications You must be signed in to change notification settings

nithinsoundar/SpringJWTokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Spring Boot application in which:

  • User can signup new account, or login with username & password.
  • By User’s role (ADMIN, USER), we authorize the User to access resources
  • About

    A Spring Boot application that makes use of JWT authentication for securing an exposed REST API. Any user will be able to consume the restricted API only if it has a valid JSON Web Token (JWT).

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages