mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-12 12:38:32 +00:00
docs: update typescript repo (#8394)
server package is node package now, idp scope is implemented --------- Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
fcda6580ff
commit
d32e22734f
@ -9,10 +9,11 @@ The typescript repository contains all TypeScript and JavaScript packages and ap
|
|||||||
## Included Apps And Packages
|
## Included Apps And Packages
|
||||||
|
|
||||||
- **[login](./typescript-repo#new-login-ui)**: The future login UI used by ZITADEL Cloud, powered by Next.js
|
- **[login](./typescript-repo#new-login-ui)**: The future login UI used by ZITADEL Cloud, powered by Next.js
|
||||||
- `@zitadel/server`: core components for establishing node client connection, grpc stub
|
- `@zitadel/proto`: Typescript implementation of Protocol Buffers, suitable for web browsers and Node.js.
|
||||||
- `@zitadel/client`: core components for establishing web client connection, grpc stub
|
- `@zitadel/client`: Core components for establishing a client connection
|
||||||
- `@zitadel/react`: shared React utilities and components built with Tailwind CSS
|
- `@zitadel/node`: Core components for establishing a server connection
|
||||||
- `@zitadel/next`: shared Next.js utilities
|
- `@zitadel/react`: Shared React Utilities and components built with Tailwind CSS
|
||||||
|
- `@zitadel/next`: Shared Next.js Utilities
|
||||||
- `@zitadel/tsconfig`: shared `tsconfig.json`s used throughout the monorepo
|
- `@zitadel/tsconfig`: shared `tsconfig.json`s used throughout the monorepo
|
||||||
- `eslint-config-zitadel`: ESLint preset
|
- `eslint-config-zitadel`: ESLint preset
|
||||||
|
|
||||||
@ -69,7 +70,7 @@ The application can then request a token calling the /token endpoint of the logi
|
|||||||
- Scopes
|
- Scopes
|
||||||
- [x] `openid email profile address``
|
- [x] `openid email profile address``
|
||||||
- [x] `offline access`
|
- [x] `offline access`
|
||||||
- [ ] `urn:zitadel:iam:org:idp:id:{idp_id}`
|
- [x] `urn:zitadel:iam:org:idp:id:{idp_id}`
|
||||||
- [x] `urn:zitadel:iam:org:project:id:zitadel:aud`
|
- [x] `urn:zitadel:iam:org:project:id:zitadel:aud`
|
||||||
- [x] `urn:zitadel:iam:org:id:{orgid}`
|
- [x] `urn:zitadel:iam:org:id:{orgid}`
|
||||||
- [x] `urn:zitadel:iam:org:domain:primary:{domain}`
|
- [x] `urn:zitadel:iam:org:domain:primary:{domain}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user