Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 654 Bytes

File metadata and controls

26 lines (16 loc) · 654 Bytes

MakeIT 2018 - Spring Security 5: The New OAuth 2.0 Stuff

This repo contains demos to accompany Spring Security 5: The New OAuth 2.0 Stuff talk at MakeIT 2018.

Prerequisites

  • Java 8

  • Git

Building the project

$ git clone git@github.com:vpavic/makeit18-spring-security-5-oauth2.git
$ cd makeit18-spring-security-5-oauth2
$ ./gradlew build

Demos

demo-client

Demonstrates Spring Security’s new OAuth 2.0 Client features.

demo-resource-server

Demonstrates Spring Security’s new OAuth 2.0 Resource Server features.