fdonnet / ubik_accounting

Double entry accounting app in Net 8
Apache License 2.0
90 stars 3 forks source link

Multi-tenant : user can select the tenant he is on #24

Open fdonnet opened 11 months ago

fdonnet commented 11 months ago

For the moment, the current Tenant is retrived from the user claims from Keycloak (in a list).

But the first tenantid in the array is selected as the current tenant.

Need to implements something better and the possibility for the user to select his default tenant and the current one.

fdonnet commented 1 month ago

Some progress on that. The app support multi tenants. Issue will be closed when the final app user can switch and change tenant on demand.