vrchatapi-javascript
vrchatapi-javascript copied to clipboard
🟡 VRChat API Library for JavaScript and TypeScript
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
The current type of AuthenticationApi.getCurrentUser return type did not cater for TOTP flow. Email OTP flow response: ```diff { "acceptedTOSVersion": 7, "accountDeletionDate": "2023-03-16", "accountDeletionLog": [ { "message": "Deletion requested", "deletionScheduled":...
AuthenticationApi.verify2FA fails returning a HTTP status code 400 due to incorrect data format in the request, in the code the format is the following: **vrchat/dist/api.js - line 627** `localVarRequestOptions.data =...
By default requests are blocked by the WAF due to User-Agent header with the response: ``` { "error": { "message": "\"please identify yourself with a properly formatted user-agent containing application...