From 724df5d6c4131a478d54b84ce2e678d3d2a27742 Mon Sep 17 00:00:00 2001 From: mffap Date: Fri, 25 Jun 2021 14:25:27 +0200 Subject: [PATCH] docs: updates readme with privatelabeling (#1899) * docs: updates readme with privatelabeling * fixes gif --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ddffb1893..f969466802 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ For example, **ZITADEL** is event sourced but it does not rely on a pub/sub syst * User interface for administration * APIs for Management, Administration, and Authentication * Policy configuration and enforcement +* Private Labeling ## Run ZITADEL anywhere @@ -88,6 +89,10 @@ Register new applications Delegate the right to assign roles to another organization ![projects_create_org_grant](https://user-images.githubusercontent.com/1366906/118766069-39cb1c80-b87c-11eb-84cf-f5becce4e9b6.gif) +Customize login and console with your design +![private_labeling](https://user-images.githubusercontent.com/1366906/123089110-d148ff80-d426-11eb-9598-32b506f6d4fd.gif) + + ## How To Contribute Details about how to contribute you can find in the [Contribution Guide](CONTRIBUTING.md)