Skip to content

Releases: bd2kccd/ccd-oauth2

ccd-oauth2-1.3.5

30 Mar 19:26

Choose a tag to compare

Changes in this release:

  1. Updated Spring Boot dependency to version 1.4.5.RELEASE.

ccd-oauth2-1.3.4

13 Dec 20:41

Choose a tag to compare

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

02 Dec 22:05

Choose a tag to compare

Changes:

  • Gradle removed; dependency management now uses Maven
  • Causal-Web access token validity increased to 4 hours
  • Code cleanup and formatting

v1.3.2

01 Nov 21:41

Choose a tag to compare

This release moves all database entities to CCD-DB.

Updating authentication

28 Oct 20:11

Choose a tag to compare

This release updates the authentication method, replacing the previously used 'username' field with the user's email.

v1.3.0

26 Oct 18:21

Choose a tag to compare

This release updates the CCD-DB dependency to v0.6.2.

Basic refactors and renames:

  • CustomUserDetailsService is now UserAccountDetailsService
  • CustomUserDetails is now UserAccountDetails