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
Where "MYEMU" matches the "emulator" value passed by the client in the create_room/get_rooms API call (the emulator name can be lowercase in the API call).
Client side
You can see how auth codes are implemented on the client side here
request_create_room and request_get_rooms need to include the following fields:
authTime -> This is the current number of milliseconds since the start, in UTC, of the year 1970 (as a string).
auth -> This is a sha256 sum of authTime + the netplay auth code (MYEMU_AUTH from above).