Skip to content

Instantly share code, notes, and snippets.

@krnbr
Created April 15, 2020 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krnbr/49931319413eef4cb17515605954b6e3 to your computer and use it in GitHub Desktop.
Save krnbr/49931319413eef4cb17515605954b6e3 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment