Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 321 Bytes

java-spring-jwt

Project which generates and then validates JWT using different controller methods. Default authentication of spring is removed.

About

There are two Controller methods '/hello' and '/authenticate' To be able to use '/hello' you will first need to authenticate user using the other endpoint.