The Basics
Users
Upon creating a project you are designated as the root user and have permission to perform read, write and execute actions. You can assign other users to your project and assign them permissions.
Overview
Every user has a unique ID that can be shared with other users. This ID can be used to join other projects and the root user of the project can then assign you permissions.
You should know!
Please note that if you create a user model in Stellify, it will be assigned a namespace that will prevent a conflict with the user table Stellify uses. This namespace will revert to the App\Models namespace outside of the development platform.
You can review the full Configuration API specification here.