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

Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
https://aliboucoding.com/p/securing-your-spring-boot-3-0-applications-with-json-web-tokens-jwt
Apache License 2.0
1.86k stars 870 forks source link

Is it like an Auth Server? #60

Open fcecchin opened 11 months ago

fcecchin commented 11 months ago

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.