Skip to content

RestFull api with spirng boot for parking control in an apartment. Working with json web tokens to implement security on endpoints and roles to the users. #State-Full and State-Less Auth

Notifications You must be signed in to change notification settings

Denilson87/Spring-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-me

RestFull api with spring boot for parking control in an apartment so in branch jwt-security im working with JSON web tokens to implement security on endpoints and roles to the users. #State-Full and State-Less Auth.

Pretty much the difference between state-full and state-less is that authentication based on a section stored in the server so that the user can make requests, and the state-less authorization is based on a token that is returned to the user so that he can make requests.

#Enviroments Requirments

  • JDK 11
  • Maven
  • Postman or Insomnia
  • PgAdmin (Postgres)
  • IDE (IntelliJ, STS, Eclipse, etc)

Spring

Response

About

RestFull api with spirng boot for parking control in an apartment. Working with json web tokens to implement security on endpoints and roles to the users. #State-Full and State-Less Auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages