4.0.0 (2022-09-19)
- 🎸 Sync Token endpoint authN method (a06ae5a)
- 🧨 Needs configuration for new attributes
3.1.16 (2022-09-13)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.25 (5334906)
3.1.15 (2022-08-29)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.24.3 (b2e0483)
3.1.14 (2022-08-25)
- 🐛 Allow PKCE for devicecode (2de57f2)
3.1.13 (2022-08-22)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.3 (a058934)
3.1.12 (2022-08-20)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.24.2 (665f4ae)
3.1.11 (2022-08-15)
- deps: update dependency org.eclipse.persistence:org.eclipse.persistence.jpa to v2.7.11 (9b1db36)
3.1.10 (2022-07-25)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.2 (4c92855)
3.1.9 (2022-06-27)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.1 (e73df5f)
3.1.8 (2022-06-01)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.23 (417063c)
3.1.7 (2022-05-23)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.0 (b7ea368)
3.1.6 (2022-04-25)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.22 (6586bb2)
3.1.5 (2022-04-25)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.7 (0bfc68c)
- deps: update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.2.release (548d796)
3.1.4 (2022-03-31)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.6 (c3a5e68)
3.1.3 (2022-03-09)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.21 (17a12a5)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.4 (00ef7bb)
3.1.2 (2022-02-21)
- deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.19 (d50997c)
3.1.1 (2022-02-21)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.3 (458277b)
3.1.0 (2022-01-26)
- 🎸 Sync reuse of refresh tokens setting (a10ddd4)
3.0.1 (2022-01-24)
- 🐛 End prematurely if Peurn has thrown an exception (2607a5e)
3.0.0 (2022-01-19)
- 🎸 By default rotate refresh tokens (8dcab3b)
- 🧨 For some RPs, this might be breaking, if they rely on reusing the refresh token.
2.1.1 (2021-11-22)
- 🐛 Limit pool size to 1 connection only (42680ed)
2.1.0 (2021-11-22)
- 🎸 Enable PostgreSQL (92d6cc6)
2.0.2 (2021-10-14)
2.0.1 (2021-10-14)
2.0.0 (2021-10-05)
- 🧨 3 configuration options removed (access_token_timeout, id_token_timeout, refresh_token_timeout), added new configuration option replacing them (tokens)
- Initial release with automated semantic release
- Fix setting grant types
- Instead of grant types, sync "flowTypes"
- Removed syncing of response types, these are generated based on flow type
- Corrections in the README and other docs
- First release