Application
Application – a logical entity, allowing for breaking a project into separate subsystems, each of them can have its own permissions, its own roles, and its own administrators.
It is usually enough for a small project to have just one application. Additional applications within a project can be created at any time. Each application is fully independent and in no way affects the other applications.
In which cases would it be convenient to have several applications?
If a project consists of several subsystems that are quite independent. For example, a game itself, which may require moderators, community managers or players with the permission to temporarily mute other players. A marketplace may stand alone, having a completely different range of permissions and roles. This would require permissions to manage transactions, refunds, modify player inventory, and so on.
Create New Application
Next Steps After Creating Application
Create a schema for access control, in other words add roles and permissions.
Adding other users to the application.