## reauth

Reauthorize the current session to change its permissions or authorize additional accounts or sandboxes. The command opens the Stripe Dashboard, where you can update consent for the session.

After reauthorization, use [stripe login list](https://docs.stripe.com/cli/login/list.md) to inspect the authorized contexts and [stripe switch context](https://docs.stripe.com/cli/switch/context.md) to select one. If the current session expired or was revoked, use [stripe login](https://docs.stripe.com/cli/login.md) instead.

**Command:** `stripe reauth`

### Examples

**Change authorization**

```sh
stripe reauth
```
