From ccd9d8d7071e19be689912d2c040cac788fc2cb0 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Fri, 2 Aug 2024 08:28:18 +0200 Subject: [PATCH] Update README.md --- examples/Passwordless.MultiTenancy.Example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Passwordless.MultiTenancy.Example/README.md b/examples/Passwordless.MultiTenancy.Example/README.md index fbf5950..6939108 100644 --- a/examples/Passwordless.MultiTenancy.Example/README.md +++ b/examples/Passwordless.MultiTenancy.Example/README.md @@ -12,7 +12,7 @@ to identify the tenant. For example: We can achieve this by bootstrapping the Passwordless SDK ourselves in `Program.cs` and providing the necessary configuration. -For a tenant `thewalkingdead` or `republicants` respectively. You would find the configuration then in your appsettings.json +For a tenant `thewalkingdead` or `gameofthrones` respectively. You would find the configuration then in your appsettings.json file. Similarly, you can use a database or any other configuration source. ```json @@ -47,4 +47,4 @@ file. Similarly, you can use a database or any other configuration source. 4. Call the 'Users' endpoint from Swagger to test using your own API secrets obtained. You can refer to the `Passwordless.Example` project how to create your own complete backend with the Passwordless -library, as this example is a stripped-down version of it to demonstrate multi-tenancy in a simple way. \ No newline at end of file +library, as this example is a stripped-down version of it to demonstrate multi-tenancy in a simple way.