vrchat-auth-token-checker
v0.1.4
Published
A simple VRChat authentication token checker
Readme
vrchat-auth-token-checker
A CLI tool for easily obtaining VRChat API tokens. Since VRChat doesn't provide a direct way to issue API tokens, this tool helps you retrieve the token that is generated during login.

Installation & Usage
You can use this tool without installation by running:
$ npx vrchat-auth-token-checker
VRChat Username: your-username
Password: ********
# If 2FA is enabled
2FA Code: 123456
# Success output
Auth Token: authcookie-xxxxxThe retrieved token can be used in headers when making requests to the VRChat API.
Security
- Login credentials are used locally only and never sent to third parties
- Tokens are displayed only and not automatically saved
License
See LICENSE file for details.
