📄️ Session Validation
Sessions represent the state of a user session in ZITADEL. They can be aggregated and updated over time to reflect
📄️ Username and Password
Flow
📄️ External Identity Provider
Flow
📄️ Passkeys
Passkeys are a replacement for passwords that provide faster, easier, and more secure sign-ins to websites and apps even across multiple devices.
📄️ Multi-Factor Authentication (MFA)
Multi-factor authentication (MFA) is a multi-step account authentication which requires to user to enter more than only the password.
📄️ Select Account in a Custom Login UI
📄️ Password Reset/Change
When a user is on the password screen and has forgotten the password you will probably want them to be able to reset it by themselves.
📄️ Logout
📄️ OIDC Standard
To build your own login ui for your own application it is not necessary to have the OIDC standard included or any additional work that has to be done.
📄️ Typescript Repository
To replace our current golang built login UI and showcase the use of our new resource, session and OIDC APIs, we've created the Typescript Repository.