#Hey everyone! im working on a blockchain
1 messages · Page 1 of 1 (latest)
Custom id is mostly for server-to-server support.
If you have your own backend, you can use your own identifiers as custom id to login to UGS
oh so what i should do is when the player authenticate through his wallet i have to call my server with the custom id option?
like an intermediary
Yes, your server does the authentication to UGS and needs to return the auth tokens to your game for the client to process the login
More information on it here:
https://docs.unity.com/ugs/en-us/manual/authentication/manual/platform-signin-custom-id
Just ensure your server can validate that the custom id does belong to the caller
Ideally the custom id should be known to your backend instead of being passed from the client.