Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benedmunds/codeigniter-ion-auth
Simple and Lightweight Auth System for CodeIgniter
https://github.com/benedmunds/codeigniter-ion-auth
hacktoberfest
Last synced: about 1 month ago
JSON representation
Simple and Lightweight Auth System for CodeIgniter
- Host: GitHub
- URL: https://github.com/benedmunds/codeigniter-ion-auth
- Owner: benedmunds
- License: mit
- Created: 2010-01-20T19:19:39.000Z (almost 15 years ago)
- Default Branch: 4
- Last Pushed: 2024-03-27T21:48:13.000Z (8 months ago)
- Last Synced: 2024-06-15T11:59:17.345Z (5 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage: http://benedmunds.com/ion_auth/
- Size: 3.06 MB
- Stars: 2,345
- Watchers: 203
- Forks: 1,138
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Ion Auth 4
### The future of authentication
by [Ben Edmunds](http://benedmunds.com)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](USERGUIDE.md) file.## Upgrading
See [UPGRADING.md](UPGRADING.md) file.## Installation
See [INSTALLING.md](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: [email protected]
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](https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues).If you need a customization or help implementing Ion Auth into your project please [Email Me for Consulting Information](mailto:[email protected]).
If your company would like a support contract or service agreement please [Reach Out](mailto:[email protected]) 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](http://forum.codeigniter.com).If you think you've found a bug please [Create an Issue](https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues).
Thanks,
-Ben Edmunds
[benedmunds.com](http://benedmunds.com)
[@benedmunds](http://twitter.com/benedmunds)