Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/presttec/codeigniter-ion-auth
https://github.com/presttec/codeigniter-ion-auth
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/presttec/codeigniter-ion-auth
- Owner: presttec
- License: mit
- Created: 2020-06-26T17:30:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T21:11:15.000Z (over 4 years ago)
- Last Synced: 2024-10-13T22:05:36.531Z (3 months ago)
- Language: PHP
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Ion Auth 3
### The future of authentication
by [PrestTEC](http://presttec.com.br)Simple and lightweight authentication for your CodeIgniter apps.
Ion Auth 3, while not dropping as much backwards compatibility, made things
even more awesome!## Server requirements
Ion Auth 3 needs **CodeIgniter 3** and **PHP 5.6**.
It should work on 5.4 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues.
In this case, you may need [password_compat](https://github.com/ircmaxell/password_compat).## Documentation
Documentation is located at http://presttec.com.br/ion_auth/## 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/presttec/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/presttec/CodeIgniter-Ion-Auth/issues).
Thanks,
-PrestTEC
[presttec.com.br](http://presttec.com.br)
[@PrestTEC](http://twitter.com/PrestTEC)