DEV Community

Discussion on: Spring Boot Login example

Collapse
 
making profile image
Toshiaki Maki

You don't need to implement AuthTokenFilter
Spring Security has the same filter
docs.spring.io/spring-security/ref...

Here is an example
github.com/making/demo-jwt