Files
zitadel/apps/login
Max Peintner 4f9ad150e4 Update apps/login/readme.md
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-05-05 10:05:46 +02:00
..
2023-04-28 10:16:04 +02:00
2023-04-27 17:07:57 +02:00
2023-04-27 13:23:13 +02:00
2023-04-28 10:16:04 +02:00
2023-04-27 13:23:13 +02:00
2023-04-28 10:16:04 +02:00
2023-04-03 13:39:51 +02:00
2023-04-28 10:16:04 +02:00
2023-04-28 10:16:04 +02:00
2023-05-05 10:05:46 +02:00
2023-04-25 14:39:55 +02:00
2023-04-04 10:28:48 +02:00

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).

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)

Running Locally

  1. Install dependencies: yarn install
  2. Start the dev server: yarn dev

Documentation

https://beta.nextjs.org/docs