mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:07:32 +00:00
@@ -75,25 +75,30 @@ Get started with ZITADEL quickly by reading a quickstart or by cloning a [ZITADE
|
|||||||
|
|
||||||
<CardWrapper>
|
<CardWrapper>
|
||||||
<Card
|
<Card
|
||||||
githubLink="https://github.com/zitadel/zitadel-examples/tree/main/java/spring-boot"
|
githubLink="https://github.com/zitadel/zitadel-java"
|
||||||
title="Java"
|
title="Java"
|
||||||
label="Java"
|
label="Java"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
githubLink="https://github.com/zitadel/zitadel-examples/tree/main/python3"
|
githubLink="https://github.com/zitadel/zitadel-python3"
|
||||||
title="Python"
|
title="Python"
|
||||||
label="Python"
|
label="Python"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
githubLink="https://github.com/zitadel/zitadel-examples/tree/main/angular"
|
githubLink="https://github.com/zitadel/zitadel-angular"
|
||||||
title="Angular"
|
title="Angular"
|
||||||
label="Web · Mobile Web"
|
label="Web · Mobile Web"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
githubLink="https://github.com/zitadel/zitadel-examples/tree/main/nextjs"
|
githubLink="https://github.com/zitadel/zitadel-nextjs"
|
||||||
title="NextJS"
|
title="NextJS"
|
||||||
label="Web · Mobile Web"
|
label="Web · Mobile Web"
|
||||||
/>
|
/>
|
||||||
|
<Card
|
||||||
|
githubLink="https://github.com/zitadel/zitadel_flutter"
|
||||||
|
title="Flutter"
|
||||||
|
label="Android · iOS · Web · Mobile Web"
|
||||||
|
/>
|
||||||
</CardWrapper>
|
</CardWrapper>
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
@@ -38,7 +38,7 @@ We recommend you use [Authorization Code](../../apis/openidoauth/grant-types#aut
|
|||||||
|
|
||||||
With the Redirect URIs field, you tell ZITADEL where it is allowed to redirect users to after authentication. For development, you can set dev mode to `true` to enable insecure HTTP and redirect to a `localhost` URI.
|
With the Redirect URIs field, you tell ZITADEL where it is allowed to redirect users to after authentication. For development, you can set dev mode to `true` to enable insecure HTTP and redirect to a `localhost` URI.
|
||||||
|
|
||||||
> If you are following along with the [example](https://github.com/zitadel/zitadel-examples/tree/main/angular), set dev mode to `true` and the Redirect URIs to <http://localhost:300/api/auth/callback/zitadel>.
|
> If you are following along with the [example](https://github.com/zitadel/zitadel-angular), set dev mode to `true` and the Redirect URIs to <http://localhost:300/api/auth/callback/zitadel>.
|
||||||
|
|
||||||
If you want to redirect the users back to a route on your application after they have logged out, add an optional redirect in the Post Logout URIs field.
|
If you want to redirect the users back to a route on your application after they have logged out, add an optional redirect in the Post Logout URIs field.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user