Releases: quantics-io/multitenant-oauth2-spring-boot-starter
Releases · quantics-io/multitenant-oauth2-spring-boot-starter
0.4.0
- Update to Spring Boot 3.2.0
- Update to Java 17
- Expose
WebMvcConfigurer
bean only if missing, but expose HandlerInterceptor
beans by default if conditions match
0.3.2
- Specify bean names for
HandlerInterceptor
beans in MultiTenantResourceServerWebMvcConfiguration
to avoid conflicts with other libraries
0.3.1
- Introduce
TenantSchemaDetails
and TenantDatabaseDetails
interfaces
0.3.0
- Expose
AuthenticationManagerResolver
as bean if JWT is configured
- Update to Spring Boot version 2.7.2
- Update maven plugin versions
0.2.3
- Send 401 response for unknown tenants (stop processing filter chain in header interceptor)
0.2.2
- Check for existing tenants in header interceptor
0.2.1
- Disable authentication when using resolve mode "header"
- Update tests
0.2.0
- Update Spring Boot version to 2.4.5
- Use
InheritableThreadLocal
in TenantContext
- Add tests & remove Maven wrapper