{"id":13609348,"url":"https://github.com/divpusher/codeigniter4-auth","last_synced_at":"2025-04-11T23:52:50.587Z","repository":{"id":56279924,"uuid":"236047767","full_name":"divpusher/codeigniter4-auth","owner":"divpusher","description":"A simple authentication library for CodeIgniter 4.","archived":false,"fork":false,"pushed_at":"2021-09-09T08:28:07.000Z","size":22,"stargazers_count":102,"open_issues_count":4,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-01T00:41:08.962Z","etag":null,"topics":["auth","authentication","codeigniter4","registration","simple"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divpusher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2020-01-24T17:16:07.000Z","updated_at":"2024-09-13T10:09:53.000Z","dependencies_parsed_at":"2022-08-15T15:50:56.610Z","dependency_job_id":null,"html_url":"https://github.com/divpusher/codeigniter4-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divpusher%2Fcodeigniter4-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divpusher%2Fcodeigniter4-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divpusher%2Fcodeigniter4-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divpusher%2Fcodeigniter4-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divpusher","download_url":"https://codeload.github.com/divpusher/codeigniter4-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219850287,"owners_count":16556321,"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":["auth","authentication","codeigniter4","registration","simple"],"created_at":"2024-08-01T19:01:34.271Z","updated_at":"2024-10-14T00:20:21.109Z","avatar_url":"https://github.com/divpusher.png","language":"PHP","readme":"A simple authentication library for [CodeIgniter 4](https://codeigniter.com).\n\n**Features:**\n\n- registration\n- email activation\n- login/logout\n- forgotten password\n- account settings (with proper email and password change options)\n- CSRF protection\n- localization\n\n\n## Install\n\nDownload the package and place the `Auth` folder in `app/ThirdParty/`.\n\nOpen `app/Config/Autoload.php` and add to autoload like this:\n\n```\n$psr4 = [\n    'Config'        =\u003e APPPATH . 'Config',\n    APP_NAMESPACE   =\u003e APPPATH,\n    'App'           =\u003e APPPATH,\n    'Auth'          =\u003e APPPATH . 'ThirdParty/Auth',\n];\n```\n\nSet up the email in `app/Config/Email`. **Fill the `$fromEmail` and `$fromName` as well!** I suggest you to use [mailtrap.io](https://mailtrap.io) for local development.\n\nEnable CSRF in `app/Config/Filters`.\n\nMake sure that your database is set in `.env` file or in `app/Config/Database.php`. Install the users table by running the following command in your project root:\n\n`php spark migrate`\n\n\nVisit `/register` on your local server to begin.\n\n## To-do list\n\n- use the new `is_not_unique` validation rule where possible","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivpusher%2Fcodeigniter4-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivpusher%2Fcodeigniter4-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivpusher%2Fcodeigniter4-auth/lists"}