Skip to content

Releases: monkeyk/spring-oauth-server

spring-oauth-server V-3.0.0 release; Upgraded to OAuth2.1&OIDC1.0

Choose a tag to compare

@monkeyk monkeyk released this 06 Jun 03:09

On the occasion of the 10th anniversary of the open-source project spring-oauth-server, we have released a brand new major version v3.0.0, which includes extensive upgrades and updates from the underlying architecture to the overall protocol support, better meeting business needs and keeping up with technological evolution.

The main updates and upgrades in this release as follows:

  1. Upgraded underlying security architecture: jdk upgraded to 17 (with significant performance and stability improvements compared to jdk8), spring6.x, springboot3.x, thymeleaf replacing servlet/jsp.

  2. Fully upgraded to support OAuth2.1 and OIDC1.0 protocols (while deprecating old grant_type modes such as password mode).

  3. Changed the build package from war to jar, with corresponding SQL adjustments.

  4. Upgraded to spring-security-oauth2-authorization-server, replacing spring-security-oauth2. See background description for details.

  5. The interface usage instructions have been designed friendly according to OAuth2.1, and all prompt statements have been updated.

  6. Added support for spring-restdocs document generation, which can automatically generate API-related documents.

spring-oauth-server V-2.0.1 release

Choose a tag to compare

@monkeyk monkeyk released this 23 Aug 07:44

2.0.1 Update:

  1. Fixed issue #IJO9R /oauth/rest_token API not verify client_secret
  2. Update Spring-Boot version to 2.0.2.RELEASE, Spring-Security-OAuth to 2.3.4.RELEASE
  3. Fixed ROLE config error
  4. Add AccessToken persist to Redis config and document
    5.Add generate AccessToken use codes function

spring-oauth-server V-0.5 release

Choose a tag to compare

@monkeyk monkeyk released this 22 Feb 14:16
Update version