11-17-2020, 06:16 PM
During lockdown I've been working on a few projects that required an Auth system for Codeigniter 4.
Although there are other libraries out there like IonAuth or Myth/Auth and they are great sometimes i just need something a little bit simpler, light weight and easily customisable so i created SimpleAuth
Take a look at https://github.com/GeekLabsUK/SimpleAuth
Features at a glance :
Looking to get a bit of feedback, have a few people run some tests see if you can spot any bugs etc
I haven't set up a composer install for it yet so will be manually installed.
Look forward to your feedback.
Although there are other libraries out there like IonAuth or Myth/Auth and they are great sometimes i just need something a little bit simpler, light weight and easily customisable so i created SimpleAuth
Take a look at https://github.com/GeekLabsUK/SimpleAuth
Features at a glance :
- User Registration
- User Login
- User Forgot Password
- User Edit Profile
- Remember Me (Optional)
- Activate Account Emails (Optional)
- Lock Screen (Optional)
- Role Management
- Auto Role Redirecting / Routing
- Debug Bar Addon (Optional)
- Basic Bootstrap Starter Template
Looking to get a bit of feedback, have a few people run some tests see if you can spot any bugs etc
I haven't set up a composer install for it yet so will be manually installed.
Look forward to your feedback.