Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Aug 2, 2024
1 parent e00c965 commit ccd9d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Passwordless.MultiTenancy.Example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
library, as this example is a stripped-down version of it to demonstrate multi-tenancy in a simple way.

0 comments on commit ccd9d8d

Please sign in to comment.