Skip to content

This module is based on Spring Authorization Server and contains information on using Spring Security OAuth2

License

Notifications You must be signed in to change notification settings

ReLive27/spring-security-oauth2-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 25, 2025
a8e5048 · Apr 25, 2025
Nov 19, 2022
Dec 19, 2024
Apr 6, 2025
Apr 25, 2025
Apr 8, 2025
Apr 9, 2025
Apr 11, 2025
Apr 13, 2025
Nov 7, 2024
Nov 7, 2024
Nov 7, 2024
Nov 7, 2024
Nov 6, 2024
Nov 7, 2024
Nov 7, 2024
Nov 7, 2024
Nov 6, 2024
Nov 6, 2024
Dec 26, 2021
Nov 19, 2022
Jul 18, 2022
Apr 25, 2025
Apr 25, 2025
Nov 19, 2022
Nov 19, 2022
Apr 25, 2025

Repository files navigation

video_spider

spring-oauth2-sample | 中文文档

This project is a collection of Spring Authorization Server example tutorials. It builds on top of Spring Security 6, the modules here cover many aspects of Spring Authorization Server.

💡 Note: Don’t forget to give a star🌟 to the project if you like it!

Relevant Articles:

Description of applicable version

Project Branch Spring Security Spring Authorization Server
main 6.3.0 1.3.0
1.2.1 6.1.5 1.2.1
1.0.1 6.0.2 1.0.1
0.4.1 5.7.7 0.4.1
0.3.1 5.6.3 0.3.1

Building from Source

spring-oauth2-sample uses a Maven based build system.

Prerequisites

Git and the JDK17 build.

Be sure that your JAVA_HOME environment variable points to the jdk-17.0.5 folder extracted from the JDK download.

Check out sources

git clone git@github.com:ReLive27/spring-security-oauth2-sample.git

Build and Install the Project:

./mvn clean install -Dmaven.test.skip=true

Contributing

Pull requests are welcome.

Star History

Star History Chart

License

spring-oauth2-sample is Open Source software released under the Apache 2.0 license.