Skip to content

Releases: quantics-io/multitenant-oauth2-spring-boot-starter

0.4.0

28 Nov 16:34
d8cde15
Compare
Choose a tag to compare
  • 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

12 Nov 17:13
bb043d2
Compare
Choose a tag to compare
  • Specify bean names for HandlerInterceptor beans in MultiTenantResourceServerWebMvcConfiguration to avoid conflicts with other libraries

0.3.1

30 Sep 12:50
8307b17
Compare
Choose a tag to compare
  • Introduce TenantSchemaDetails and TenantDatabaseDetails interfaces

0.3.0

06 Sep 11:01
125c9d7
Compare
Choose a tag to compare
  • Expose AuthenticationManagerResolver as bean if JWT is configured
  • Update to Spring Boot version 2.7.2
  • Update maven plugin versions

0.2.3

26 Jul 11:12
de6eb11
Compare
Choose a tag to compare
  • Send 401 response for unknown tenants (stop processing filter chain in header interceptor)

0.2.2

26 Jul 09:52
370e446
Compare
Choose a tag to compare
  • Check for existing tenants in header interceptor

0.2.1

24 Jul 19:14
Compare
Choose a tag to compare
  • Disable authentication when using resolve mode "header"
  • Update tests

0.2.0

24 Apr 09:29
Compare
Choose a tag to compare
  • Update Spring Boot version to 2.4.5
  • Use InheritableThreadLocal in TenantContext
  • Add tests & remove Maven wrapper

0.1.0

24 Apr 09:27
Compare
Choose a tag to compare

Initial release