ali-bouali / spring-boot-3-jwt-security

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6

Home Page:https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it like an Auth Server?

fcecchin opened this issue · comments

Could I use a project like this as an Auth Server?

When access an resource server (service A) with the JWT, service A just validate the token and checks authorities, it works properly.
Now, I want service A call service B, how can I make this call using the same token.