Releases: monkeyk/spring-oauth-server
spring-oauth-server V-3.0.0 release; Upgraded to OAuth2.1&OIDC1.0
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:
-
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.
-
Fully upgraded to support OAuth2.1 and OIDC1.0 protocols (while deprecating old grant_type modes such as password mode).
-
Changed the build package from war to jar, with corresponding SQL adjustments.
-
Upgraded to spring-security-oauth2-authorization-server, replacing spring-security-oauth2. See background description for details.
-
The interface usage instructions have been designed friendly according to OAuth2.1, and all prompt statements have been updated.
-
Added support for spring-restdocs document generation, which can automatically generate API-related documents.
spring-oauth-server V-2.0.1 release
2.0.1 Update:
- Fixed issue #IJO9R /oauth/rest_token API not verify client_secret
- Update Spring-Boot version to 2.0.2.RELEASE, Spring-Security-OAuth to 2.3.4.RELEASE
- Fixed ROLE config error
- Add AccessToken persist to Redis config and document
5.Add generate AccessToken use codes function
spring-oauth-server V-0.5 release
Update version