benedmunds / ionauth
Simple and Lightweight Auth System for CodeIgniter
Installs: 416
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2 341
Watchers: 201
Forks: 1 140
Open Issues: 13
Requires
- php: >=7.1
- codeigniter4/framework: dev-master
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-26 15:03:32 UTC
README
The future of authentication
by Ben Edmunds
Simple and lightweight authentication for your CodeIgniter apps.
Note, this version is meant to be used with CodeIgniter 4 and is not backwards compatible with previous versions. The database is backwards compatible though for those migrating from previous versions.
Server requirements
Ion Auth 4 needs CodeIgniter 4.
Documentation
See USERGUIDE.md file.
Upgrading
See UPGRADING.md file.
Installation
See INSTALLING.md file.
Usage
In the package you will find example usage code in the controllers and views folders. The example code isn't the most beautiful code you'll ever see but it'll show you how to use the library and it's nice and generic so it doesn't require a MY_controller or anything else.
Default Login
Username: admin@admin.com Password: password
Important
It is highly recommended that you use encrypted database sessions for security!
Support
If you think you've found a bug please Create an Issue.
If you need a customization or help implementing Ion Auth into your project please Email Me for Consulting Information.
If your company would like a support contract or service agreement please Reach Out to discuss available options.
For Help
If you're having an issue with CodeIgniter or for general help with development I recommend checking out the CodeIgniter Forums.
If you think you've found a bug please Create an Issue.
Thanks,
-Ben Edmunds
benedmunds.com
@benedmunds