Releases: ahunigel/spring-security-oauth2-test
Releases · ahunigel/spring-security-oauth2-test
2.1.4 Release
- upgrade gradle wrapper to 7.1
- fix:
@ResourcesNonStatelessnot work in Spring Boot 2.5.x - apply gradle
maven-publishplugin
2.1.1 Release
- 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
platforminstead of springdependencyManagementplugin - apply gradle
java-libraryplugin
2.0 Release
- upgrade spring boot to 2.4.5
- upgrade spring cloud to 2020.0.2
- upgrade gradle wrapper to 6.8.3
1.3 Release
- @ResourcesNonStateless
allow non token-based authentication to access oauth2 resources
1.2 Release
- Refactor all annotations with
@Claimsinside, replace with@AttachClaims - Add some helpers for mockMvc and oauth2 test
1.1 Release
- Full OAuth2 process supported
@WithTokenmeta annotation for pre-token authentication
@MockTokenServicesfor automatically mock beanResourceServerTokenServices
1.0 Release
- @WithMockOAuth2Client
- @WithMockOAuth2User
mock an oauth2 user, attach claims to OAuth2Authentication details - @AttachClaims
attach Map-based claims to current authentication, should work with @WithMockUser - @WithMockUserAndClaims