chore: readme

This commit is contained in:
Max Peintner
2025-06-26 09:26:22 +02:00
parent 9c7ea795a2
commit f8be2afc41
2 changed files with 9 additions and 2 deletions

BIN
.github/custom-i18n.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -66,8 +66,8 @@ You can already use the current state, and extend it with your needs.
- [x] Generic OIDC
- [x] Generic OAuth
- [x] Generic JWT
- [ ] LDAP
- [ ] SAML SP
- [x] LDAP
- [x] SAML SP
- Multifactor Registration an Login
- [x] Passkeys
- [x] TOTP
@@ -143,6 +143,13 @@ You can already use the current state, and extend it with your needs.
You can find a more detailed documentation of the different pages [here](./apps/login/readme.md).
#### Custom translations
The new login uses the [SettingsApi](https://zitadel.com/docs/apis/resources/settings_service_v2/settings-service-get-hosted-login-translation) to load custom translations.
Translations can be overriden at both the instance and organization levels.
To find the keys more easily, you can inspect the HTML and search for a `data-i18n-key` attribute, or look at the defaults in `/apps/login/locales/[locale].ts`.
![Custom Translations](.github/custom-i18n.png)
## Tooling
- [TypeScript](https://www.typescriptlang.org/) for static type checking