Block a user
Use entity policies for secret store access instead of through jwt
Add claims fields to struct
add Zitadel JWT-bearer auth rung to OpenbaoSecretStore
Move ZitadelJwt to stand alone module
Add claims fields to struct
add Zitadel JWT-bearer auth rung to OpenbaoSecretStore
Move ZitadelJwt to stand alone module
reda
created branch refactor/move-zitadel-jwt-to-module in NationTech/harmony
2026-06-02 14:32:16 +00:00
Allow redirect url path when user signs in
reda
created branch feat/auth-add-next-url-redirect in NationTech/harmony
2026-05-31 18:59:06 +00:00
feat/v0-3-dashboard-role-enforcement
The current callout get the role claim location and role names from env variable but the new dashboard code has them hardcoded. Is that intentional? If deployments can customize those values…