Relative Content

Tag Archive for javaspringapispring-security

Set a public route on Spring JWT based authentication

I’m trying to implement an API with a JWT based authentication in Spring. In order to do that, I’m trying to set /login and /signup routes available without a JWT, but I keep having 403 errors when I try them.