📄️ Introduction
Every game comes with two default activated services called, Users and Devices. these services give the ability to handle authenticating and storing user information using some methods and two tables. you can see these tables in the Tables tabs, and you will be familiar with the methods of these services.
📄️ Authentication Plugin Functions
Authentication is a top-level service based on Users and Devices tables that provide the ability to authenticate and authorize users and generate tokens for them. In the following, we will review the functions of authentication service in plugins:
📄️ Users Plugin Functions
User functions help you to work with the user's information and modify the current user. These functions work with the Users table, so make sure to enable this table first.
📄️ Devices Plugin Functions
Device functions helps you to manage current user's devices. These functions work with the Users table, so make sure to enable this table first.