On behalf of the team and everyone who has contributed, it is my pleasure to announce the general availability of Spring Authorization Server 0.1.2.
You can download it from Maven Central by using the module coordinates:
compile 'org.springframework.security.experimental:spring-security-oauth2-authorization-server:0.1.2'
For additional details on this new project, see the initial announcement and project page.
The main features delivered in this release are:
-
Ability to configure a custom Authorization Consent page (gh-283)
-
JDBC implementation of RegisteredClientRepository
(gh-265), OAuth2AuthorizationService
(gh-245) and OAuth2AuthorizationConsentService
(gh-313)
-
Ability to configure the Authorization Endpoint (gh-342)
-
Ability to configure the Token Endpoint (gh-319)
…