From e025bf0949a707f0007767af97d4d8a56ea783d4 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Fri, 5 May 2023 10:17:01 +0200 Subject: [PATCH] readme --- apps/login/readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/login/readme.md b/apps/login/readme.md index 4a703cff789..9428fde3423 100644 --- a/apps/login/readme.md +++ b/apps/login/readme.md @@ -1,12 +1,11 @@ # ZITADEL Login UI -This is going to be our next UI for the hosted login. It's based on Next.js 13 and its introduced `app/` directory (currently beta). +This is going to be our next UI for the hosted login. It's based on Next.js 13 and its introduced `app/` directory. The Login UI should provide the following functionality: -- **Login API:** Request and Submit state to the Login API -- **Server Components:** Making server-first the default even for the most dynamic applications. -- **Streaming:** Display instant loading states and stream in updates (Register with [Liquid](https://liquidjs.com/)) +- **Login API:** Uses the new ZITADEL Login API +- **Server Components:** Making server-first components ## Running Locally