You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): add token command and remove /users/me/ dependency
- Add `sentry auth token` command that prints the unmasked auth token
- Use `/users/me/regions/` for token validation (works with all token types)
- Optionally fetch user info via `/users/me/` after validation (works with API tokens)
- Suppress upgrade notification for `auth token` (scripting use case)
Note: User identity for OAuth login comes from the token response.
For manual API tokens, we try /users/me/ which works with API tokens
but may not work with OAuth App tokens - failures are handled gracefully.
0 commit comments