User and permission system scaffolds for the Nuclear CMS.
This package is intended for Nuclear CMS and it constitutes its main authentication and authorization. It is developed separately to enable individual development, testing and possible reuse.
Installing Users is simple.
Pull this package in through Composer.
{
"require": {
"nuclear/documents": "~0.9"
}
}
Users is released under MIT License.