Skip to content

yusuffurkanyalcin/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack

  • Java 17

  • Postgresql (Docker container)

  • JWT

    Run project

    • docker-compose up -d

APIs

  • http://localhost:8080/auth/createUser POST
{
    "name": "Furkan",
    "username": "furkan",
    "password": "pass",
    "authorities": ["USER"]
}
  • http://localhost:8080/auth/generateToken POST --> Generates token
{
    "username": "furkan",
    "password": "pass"
}
  • http://localhost:8080/auth/user GET --> Add token above to Authorization key of the header of the request

About

JWT - Postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages