DEV Community

Discussion on: Let’s Implement Basic JWT Based Authentication in Spring boot

Collapse
 
soshihomma profile image
SoshiHomma

As a note: you need AuthenticationRequest and AuthenticationResponse as a payload.
Check it out from his github: github.com/webtutsplus/spring-auth...