mehmethalis / springboot-springsecurity-jwt

Authentication management with Spring Boot, Spring Security and JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-springsecurity-jwt

Authentication management with Spring Boot, Spring Security and JWT

Authentication Diagram

Endpoints

Route HTTP Verb POST body Description
/authenticate POST {'name':'halis', 'surname':'123'} if user is authenticated, return token
/hello GET {'Authorization' : 'Bearer xxxxxx'} Return hello world

About

Authentication management with Spring Boot, Spring Security and JWT

License:MIT License


Languages

Language:Java 100.0%