lasallecms / usermanagement
User Management for LaSalleCMS.
Installs: 1 011
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 3
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2022-02-01 12:44:38 UTC
README
User Management package made specifically for my LaSalle Content Management System.
I extracted the native L5 app's authentication features into this package.
*** DO NOT USE THIS REPOSITORY!! NOT MAINTAINED!! GO TO LaSalleSoftware.ca ***
Usage Caveat
Is it really worthwhile extracting the core auth out of the app? After all, as I learned, it's not just the base L5 app we're dealing with. The two trait files at Illuminate\Foundation\Auth are part of it too. Plus App\Http\Kernel.php too. But, yes, it is, at least I think so.
When I say extract, I am not kidding. I deleted all the auth from the L5 base app that extracted into this app. Even the auth.php config. Chances are pretty good that you are not extracting any auth from your L5 base app. I've not actually run this package with the L5 app, but I'm sure it won't work. Worse, it could even harm your app.
How's that for a caveat!
It's Really All About AUTH
This package was originally intended to be an all-encompassing user management package. Auth, front-end registration, back-end user management, roles & permissions. However, as real-life intrudes, this comprehensiveness is not manifesting.
Instead, it is mercifully easier to place the back-end user management in the -- wait for it! -- Admin package.
So, this package is named "User Management", yet it is, so far, distilling into a user auth package.
Security
If you discover any security related issues, please email Bob Bloom at "info at southlasalle dot com" instead of using the issue tracker.