Skip to content

sawa-zen/vrchat-auth-token-checker

Repository files navigation

vrchat-auth-token-checker

npm version

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-xxxxx

The 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.

About

A simple tool to check VRChat authentication tokens using the API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published