8000 GitHub - sjohnr/oauth2-workshop: Spring Security and OAuth 2.0: Step-by-Step (Workshop)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sjohnr/oauth2-workshop

Repository files navigation

Introduction

Welcome to the Spring Authorization Server workshop!

Getting Started

To prepare for the workshop, perform the following steps ahead of time:

  1. Clone this repository:

    git clone https://github.com/sjohnr/oauth2-workshop.git && cd oauth2-workshop
  2. Download dependencies so they are cached:

    ./gradlew check -x test

    or

    ./mvnw package -DskipTests

You are now ready to begin the workshop!

Notes

This workshop is based on previous workshops and talks, which are available in separate branches of this repository.

  • Spring Security and OAuth 2.0: Step-by-Step (main, solution) - SpringOne 2023

  • Building Modern Apps with OAuth2 and Spring (ojug) - Omaha Java User Group

  • What’s New in Spring Authorization Server 1.3 (springone-2024) - SpringOne 2024

About

Spring Security and OAuth 2.0: Step-by-Step (Workshop)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0