{"id":15309051,"url":"https://github.com/marcelod/codeigniter-ion-auth","last_synced_at":"2025-10-08T16:31:18.324Z","repository":{"id":27130756,"uuid":"30599241","full_name":"marcelod/CodeIgniter-Ion-Auth","owner":"marcelod","description":"Simple and Lightweight Auth System for CodeIgniter","archived":false,"fork":true,"pushed_at":"2015-07-24T02:45:11.000Z","size":1555,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"2","last_synced_at":"2024-10-02T08:20:53.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://benedmunds.com/ion_auth/","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"benedmunds/CodeIgniter-Ion-Auth","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-10T15:41:15.000Z","updated_at":"2015-03-11T12:59:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/marcelod/CodeIgniter-Ion-Auth","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2FCodeIgniter-Ion-Auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2FCodeIgniter-Ion-Auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2FCodeIgniter-Ion-Auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2FCodeIgniter-Ion-Auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelod","download_url":"https://codeload.github.com/marcelod/CodeIgniter-Ion-Auth/tar.gz/refs/heads/2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235731886,"owners_count":19036821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T08:20:09.852Z","updated_at":"2025-10-08T16:31:17.898Z","avatar_url":"https://github.com/marcelod.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Ion Auth 2\n###The future of authentication\nby [Ben Edmunds](http://benedmunds.com)\n\nRedux Auth 2 had a lot of potential.  It's lightweight, simple, and clean,\nbut had a ton of bugs and was missing some key features.  So we refactored\nthe code and added new features.\n\nThis version drops any backwards compatibility and makes things even more\nawesome then you could expect.\n\n##Documentation\nDocumentation is located at http://benedmunds.com/ion_auth/\n\n##Installation\nJust copy the files from this package to the corresponding folder in your\napplication folder.  For example, copy Ion_auth/config/ion_auth.php to\napplication/config/ion_auth.php.\n\n###CodeIgniter Version 3 Compatibility\nCodeIgniter v3 requires the class names to be ucfirst().  In order to support this follow the standard installation procedures and then either rename the following files or create symlinks\n\n\tmodels/ion_auth_model.php         =\u003e   models/Ion_auth_model.php\n\tcontrollers/auth.php              =\u003e   controllers/Auth.php\n  \n###Relational DB Setup\nThen just run the appropriate SQL file (if you're using migrations you can\nget the migrations from JD here:\nhttps://github.com/iamfiscus/codeigniter-ion-auth-migration).\n\n##Usage\nIn the package you will find example usage code in the controllers and views\nfolders.  The example code isn't the most beautiful code you'll ever see but\nit'll show you how to use the library and it's nice and generic so it doesn't\nrequire a MY_controller or anything else.\n\n###Default Login\nUsername: admin@admin.com\nPassword: password\n\n\n###Important\nIt is highly recommended that you use encrypted database sessions for security!\n\n\n###Optimization\nIt is recommended that you add your identity column as a unique index.\n\n\n\nFeel free to send me an email if you have any problems.\n\n\nThanks,\n-Ben Edmunds\n ben.edmunds@gmail.com\n @benedmunds\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelod%2Fcodeigniter-ion-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelod%2Fcodeigniter-ion-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelod%2Fcodeigniter-ion-auth/lists"}