Skip to content

Commit

Permalink
[MFA-2151] Update README.md (#125)
Browse files Browse the repository at this point in the history
The READMEs should direct users to use the canonical and custom domains
  • Loading branch information
Artelas committed Apr 2, 2024
1 parent 4610da9 commit b03a1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ import Guardian

Set the auth0 domain for your tenant:
```swift
let domain = "<AUTH0_TENANT_DOMAIN>/appliance-mfa"
let domain = "https://<tenant>.<locality>.auth0.com/appliance-mfa"
```

alternatively you can use the custom domain if you configured one:
```swift
let domain = "<CUSTOM_DOMAIN>/appliance-mfa"
let domain = "https://<custom>/appliance-mfa"
```

### Enroll
Expand Down

0 comments on commit b03a1b4

Please sign in to comment.