Skip to content

Releases: ahunigel/spring-security-oauth2-test

2.1.4 Release

05 Jul 02:45

Choose a tag to compare

  • upgrade gradle wrapper to 7.1
  • fix: @ResourcesNonStateless not work in Spring Boot 2.5.x
  • apply gradle maven-publish plugin

2.1.1 Release

05 Jul 02:40

Choose a tag to compare

  • upgrade spring boot to 2.5.+
  • upgrade spring cloud to 2020.0.+
  • update spring-security-oauth2 version to latest.release
  • use gradle native dependency management platform instead of spring dependencyManagement plugin
  • apply gradle java-library plugin

2.0 Release

05 Jul 02:38

Choose a tag to compare

  • upgrade spring boot to 2.4.5
  • upgrade spring cloud to 2020.0.2
  • upgrade gradle wrapper to 6.8.3

1.3 Release

08 Aug 17:32

Choose a tag to compare

  • @ResourcesNonStateless
    allow non token-based authentication to access oauth2 resources

1.2 Release

08 Aug 17:28

Choose a tag to compare

  • Refactor all annotations with @Claims inside, replace with @AttachClaims
  • Add some helpers for mockMvc and oauth2 test

1.1 Release

07 Aug 09:03
768b38c

Choose a tag to compare

  • Full OAuth2 process supported
    @WithToken meta annotation for pre-token authentication
    @MockTokenServices for automatically mock bean ResourceServerTokenServices

1.0 Release

08 Aug 17:18

Choose a tag to compare

  • @WithMockOAuth2Client
  • @WithMockOAuth2User
    mock an oauth2 user, attach claims to OAuth2Authentication details
  • @AttachClaims
    attach Map-based claims to current authentication, should work with @WithMockUser
  • @WithMockUserAndClaims