{"id":18784180,"url":"https://github.com/kdevelopement/v-authc4","last_synced_at":"2025-12-20T23:30:19.159Z","repository":{"id":139575245,"uuid":"290164598","full_name":"KDevelopement/V-AuthC4","owner":"KDevelopement","description":"Uma biblioteca de autenticação simples para CodeIgniter 4.","archived":false,"fork":false,"pushed_at":"2020-10-09T05:58:25.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T11:51:46.521Z","etag":null,"topics":["authentication","codeigniter-library","codeigniter4","codeignter","mysql","php"],"latest_commit_sha":null,"homepage":"http://mkauth.test/dashboard","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/KDevelopement.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":null,"support":null,"governance":null}},"created_at":"2020-08-25T08:54:00.000Z","updated_at":"2023-12-10T22:42:53.000Z","dependencies_parsed_at":"2023-12-09T10:45:11.099Z","dependency_job_id":null,"html_url":"https://github.com/KDevelopement/V-AuthC4","commit_stats":null,"previous_names":["klicense/v-authc4","kdevelopement/v-authc4"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDevelopement%2FV-AuthC4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDevelopement%2FV-AuthC4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDevelopement%2FV-AuthC4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDevelopement%2FV-AuthC4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KDevelopement","download_url":"https://codeload.github.com/KDevelopement/V-AuthC4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699583,"owners_count":19682575,"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":["authentication","codeigniter-library","codeigniter4","codeignter","mysql","php"],"created_at":"2024-11-07T20:42:12.890Z","updated_at":"2025-12-20T23:30:18.737Z","avatar_url":"https://github.com/KDevelopement.png","language":"PHP","readme":"Uma biblioteca de autenticação simples para [CodeIgniter 4](https://codeigniter.com).\n\n**Recursos:**\n- V1.0.0 \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Cadastro \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Ativação de email \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Login/Logout \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Senha esquecida \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Configurações da conta (com opções de alteração de senha e e-mail adequadas) \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Proteção CSRF \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; localização \u003cbr /\u003e\n- V1.0.2 \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Fix  \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Recaptcha [NEW]  \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Sistema de rank  \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; Novas funções (Area Administrativa) \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; Banir  \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; Deletar  \u003cbr /\u003e\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; Ativar/Desativar  \u003cbr /\u003e\n\n## Instalar\n\nBaixe o pacote e coloque na pasta `app/ThirdParty/`.\nAbra `app/Config/Autoload.php` e adicione ao autoload assim:\n\n```\n$psr4 = [\n    'Config'        =\u003e APPPATH . 'Config',\n    APP_NAMESPACE   =\u003e APPPATH,\n    'App'           =\u003e APPPATH,\n    'Auth'          =\u003e APPPATH . 'ThirdParty/VAuth',\n];\n```\n\nConfigure o e-mail em `app/Config/Email`. \n**Preencha os campos `$fromEmail` e `$fromName` também!** \nEu sugiro que você use [mailtrap.io] (https://mailtrap.io) para desenvolvimento local.\n\nHabilite CSRF em `app/Config/Filters`.\n\nCertifique-se de que seu banco de dados está configurado no arquivo `.env` ou em `app/Config/Database.php`. \nInstale a tabela de usuários executando o seguinte comando na raiz do projeto:\n\n**`php spark migrate`**\n\nVisite `/register` em seu servidor local para começar.\n\n## Lista de afazeres\n\n- use a nova regra de validação `is_not_unique` sempre que possível.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdevelopement%2Fv-authc4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdevelopement%2Fv-authc4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdevelopement%2Fv-authc4/lists"}