diff --git a/README.md b/README.md index a6ff25f..0980599 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,14 @@ github "auth0/Guardian.swift" ~> 1.1.0 import Guardian ``` -Then you'll need the Auth0 Guarduan domain for your account: +Set the auth0 domain for your tenant: +```swift +let domain = "/appliance-mfa" +``` +alternatively you can use the custom domain if you configured one: ```swift -let domain = "{YOUR_ACCOUNT_NAME}.guardian.auth0.com" +let domain = "/appliance-mfa" ``` ### Enroll