Releases: bd2kccd/ccd-oauth2
Releases · bd2kccd/ccd-oauth2
ccd-oauth2-1.3.5
Changes in this release:
- Updated Spring Boot dependency to version 1.4.5.RELEASE.
ccd-oauth2-1.3.4
Changes:
- Updated Spring Boot dependency to the latest version 1.4.2.RELEASE.
- Updated Shiro dependency to the latest version 1.3.2.
- Updated ccd-db dependency to version 0.6.3.
- Added spring-boot-starter-web dependency.
v1.3.3
Changes:
- Gradle removed; dependency management now uses Maven
- Causal-Web access token validity increased to 4 hours
- Code cleanup and formatting
v1.3.2
This release moves all database entities to CCD-DB.
Updating authentication
This release updates the authentication method, replacing the previously used 'username' field with the user's email.
v1.3.0
This release updates the CCD-DB dependency to v0.6.2.
Basic refactors and renames:
- CustomUserDetailsService is now UserAccountDetailsService
- CustomUserDetails is now UserAccountDetails