Show information about logged-in users
Show information about all users who are currently logged in with stored JWT tokens.
This command displays:
- Username
- Member ID
- Token expiration status
- Last login time
- Which user's token will be used by default
Examples:
Show all logged-in users
mutiro auth whoami
mutiro auth whoami [flags]
Show all logged-in users
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for whoami |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |