Authentication
Methods
Device ID

Authentication with Device ID

Device ID authentication is a simple method of authentication where the user is authenticated using the device ID. This method is useful when you want to authenticate the user without requiring them to log in. This method is useful for single-player games or games where you don't need to store user data on the server.

Blueprint Implementation

The implementation of the Device ID authentication method is quite simple. Here is an example of how you can do this:

⚠️

Display Name should not be empty.

picture 0