{"id":19205485,"url":"https://github.com/zwacky/loginchecka","last_synced_at":"2025-10-28T00:18:57.603Z","repository":{"id":15399187,"uuid":"18131074","full_name":"zwacky/loginchecka","owner":"zwacky","description":"Small login component that addsd a config auth driver to casually drop in yo app","archived":false,"fork":false,"pushed_at":"2015-02-04T10:31:50.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-04T14:49:14.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zwacky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-26T08:16:18.000Z","updated_at":"2015-02-04T10:31:50.000Z","dependencies_parsed_at":"2022-08-26T23:12:09.515Z","dependency_job_id":null,"html_url":"https://github.com/zwacky/loginchecka","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Floginchecka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Floginchecka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Floginchecka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwacky%2Floginchecka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwacky","download_url":"https://codeload.github.com/zwacky/loginchecka/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240277389,"owners_count":19775881,"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-11-09T13:12:59.856Z","updated_at":"2025-10-28T00:18:52.565Z","avatar_url":"https://github.com/zwacky.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Loginchecka\n===========\n\nSmall login component that adds a config auth driver to casually drop in yo app.\n\n![Loginchecka login screen](http://i.imgur.com/BVpmOcc.png)\n\nInstructions\n------------\n* do a `php artisan config:publish --path=\"vendor/zwacky/loginchecka/config\" zwacky/loginchecka`\n* add `'Zwacky\\Loginchecka\\LogincheckaServiceProvider'` to your app.php providers array\n* change `'driver' =\u003e 'config'` in config/auth.php\n\nAdd or modify accounts\n----------------------\nAssuming you're using the config auth driver, you can modify the access accounts `config/packages/zwacky/loginchecka/config.php` under `valid_logins`.\n\nDefault the identifier to use is username. If you're using an eloquent auth driver and your logins need an email to authenticate, change `config_driver.identifier` in the loginchecka config.\n\nIntegration with Frozennode/Laravel-Administrator\n-------------------------------------------------\ncheck that `config/packages/frozennode/administrator/administrator.php` has the following changes in the config:\n\n```php\n'permission'=\u003e function()\n{\n\treturn Auth::check();\n},\n\n// the same as loginchecka::urls.login\n'login_path' =\u003e 'login',\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwacky%2Floginchecka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwacky%2Floginchecka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwacky%2Floginchecka/lists"}