M-Devloo/Spring-boot-auth0-discriminator-multitenancy
SaaS - Discriminator based multi tenancy OIDC implementation with Auth0 as identity provider built on top of Spring Boot, MVC & Spring Security
JavaApache-2.0
Issues
- 0
Upgrade to Spring boot 3
#13 opened by M-Devloo - 4
@Filter enabled on all Entity types instead of only on instances of TenantEntity
#9 opened by bernardgut - 1
Special thanks
#11 opened by i3130002 - 4
Implement Admin access to have a overview of all entities while maintaining default closed multi tenancy on all operations
#1 opened by M-Devloo - 2
MultiTenancyRepository.findById is ignored
#10 opened by bernardgut - 4
How can I test this
#8 opened by bernardgut - 8
Other users data is returned from query
#7 opened by haiderali22 - 1
deleteAll(Iterable<? extends T> entities), delete(T entity) & GetOne() does not apply multi tenancy
#4 opened by M-Devloo - 0
Find a way to automatically override findById() to avoid direct fetching which ignores the hibernate filter
#2 opened by M-Devloo