Skip to content

ByeongUkChoi/oauth2-server-java

Repository files navigation

Java OAuth 2.0 server

Installation

The library is available on both Maven Central, and the Javadoc is published here.

Support up to 0.0.28

Maven

<dependency>
  <groupId>com.github.byeongukchoi</groupId>
  <artifactId>oauth2-server-java</artifactId>
  <version>0.0.28</version>
  <type>pom</type>
</dependency>

Gradle

implementation 'com.github.byeongukchoi:oauth2-server-java:0.0.28'

개발 일기

DevLog.md

About

A library for implementing an OAuth2 Server in java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages