amran-bd / Dynamic-Multi-Tenancy-Using-Java-Spring-Boot-Security-JWT-Rest-API-MySQL-Postgresql-full-exampleView on GitHub
I wanted a solution where multi-tenancy is achieved by having a database per tenant and all user information (username, password, client Id etc) for authentication and authorization stored in a user table in the respective tenant databases. It meant that not only did I need a multi-tenant application, but also a secure application like any other…
☆90May 13, 2023Updated 3 years ago
Alternatives and similar repositories for Dynamic-Multi-Tenancy-Using-Java-Spring-Boot-Security-JWT-Rest-API-MySQL-Postgresql-full-example
Users that are interested in Dynamic-Multi-Tenancy-Using-Java-Spring-Boot-Security-JWT-Rest-API-MySQL-Postgresql-full-example are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Dynamic Multi Tenancy Using Java Spring Boot Security JWT Rest API MySQL Postgresql full example☆20May 6, 2026Updated 3 weeks ago
- Source code for 'Spring Recipes' by Gary Mak, Daniel Rubio, and Josh Long☆11Mar 28, 2017Updated 9 years ago
- Saga Coordinator sample for long-lived transactions using Kafka as the event stream.☆18May 20, 2022Updated 4 years ago
- The Definitive Guide to Modernizing Applications on Google Cloud, published by Packt☆12Jan 30, 2023Updated 3 years ago
- KeyCloak with Angular, SpringSecurity and Spring Boot