sonvc94 / spring-cloud-oauth2-example

An example of spring oauth2 authorization and resource server using JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring OAuth2 example for microservices

This example shows how to use spring oauth2 to secure resource servers, for example in spring cloud microservices.

How to Setup?

Just

$ gradle build

and start both spring boot application using

$ gradle bootRun

inside the directories.

More Information

Read my article for detailed explanation.

About

An example of spring oauth2 authorization and resource server using JWT


Languages

Language:Java 100.0%