Posts by Ricardo Vieira • 1 point
1 post
-
-1
votes1
answer33
viewsQ: Token Authentication Micro-service Java
I am separating my authentication service into microservices, but when I separate the token into a module, my authentication service always returns 401 and does not log any This is my config class…