mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:37:34 +00:00
docs: Login v2 docs (#9159)
# Which Problems Are Solved As we are going into the Beta testing phase of our new typescript login (login V2), we need to have a documentation about the capabilities, how to test, and what the current limitations are. # How the Problems Are Solved Added new section for the Login V2 --------- Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Max Peintner <peintnerm@gmail.com>
This commit is contained in:
@@ -206,6 +206,31 @@ module.exports = {
|
||||
},
|
||||
items: [
|
||||
"guides/integrate/login/login-users",
|
||||
{
|
||||
type: "link",
|
||||
href: "/docs/guides/integrate/login/login-users#zitadels-session-api",
|
||||
label: "Session API"
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Hosted Login",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "guides/integrate/login/hosted-login"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "link",
|
||||
href: "/docs/guides/integrate/login/hosted-login#hosted-login-version-2-beta",
|
||||
label: "Login V2 [Beta]"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
href: "/docs/guides/integrate/login/login-users#build-a-custom-login-ui-to-authenticate-users",
|
||||
label: "Custom Login UI",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "OpenID Connect",
|
||||
|
Reference in New Issue
Block a user