Skip to content

Commit 41352aa

Browse files
authored
Add re-authentication section to README (#1410)
add re-authentication section to README
1 parent 6416da2 commit 41352aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ auth0 login --domain <domain> --client-id <client-id> --client-secret <client-se
150150
auth0 login --domain <domain> --client-id <client-id> --client-assertion-private-key <path-to-private-key / private-key> --client-assertion-signing-alg <signing-algorithm>
151151
```
152152
153+
### Re-authentication
154+
155+
When your access token expires, the CLI will prompt you to confirm whether to continue with your default tenant or select a different one:
156+
157+
```
158+
Continue login with default tenant 'your-tenant.auth0.com'? [y/N]
159+
```
160+
161+
Select **y** to proceed with your default tenant, or **N** to choose a different tenant.
162+
153163
> **Note:**
154164
> Using the CLI will consume Management API rate limits according to the subscription plan. Ref [Rate limit Policy](https://auth0.com/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy)
155165

0 commit comments

Comments
 (0)