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
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
But because of global variables in auth.ts and other places I cannot construct 2nd R6API instance. getAuth from both instances gives the same object which is impossible since session endpoint is non-idempotent.
The text was updated successfully, but these errors were encountered:
I need to create a different session with non-default
Ubi-AppId
to interact with another domain of endpoints.Example code:
But because of global variables in
auth.ts
and other places I cannot construct 2nd R6API instance. getAuth from both instances gives the same object which is impossible sincesession
endpoint is non-idempotent.The text was updated successfully, but these errors were encountered: