{"id":14974493,"url":"https://github.com/evans-kim/jwt-guard","last_synced_at":"2026-03-04T05:32:29.231Z","repository":{"id":57008598,"uuid":"159604686","full_name":"evans-kim/jwt-guard","owner":"evans-kim","description":"JWT Guard (Laravel 5.4 Auth Guard custom driver for tymon/jwt-auth ","archived":false,"fork":false,"pushed_at":"2019-08-27T06:23:06.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T03:14:49.762Z","etag":null,"topics":["auth-guards","custom-driver","laravel-authentication","laravel54","php56"],"latest_commit_sha":null,"homepage":"","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/evans-kim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-29T03:55:16.000Z","updated_at":"2024-03-11T03:58:23.000Z","dependencies_parsed_at":"2022-08-21T14:31:09.961Z","dependency_job_id":null,"html_url":"https://github.com/evans-kim/jwt-guard","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/evans-kim/jwt-guard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fjwt-guard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fjwt-guard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fjwt-guard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fjwt-guard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evans-kim","download_url":"https://codeload.github.com/evans-kim/jwt-guard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fjwt-guard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30072537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-guards","custom-driver","laravel-authentication","laravel54","php56"],"created_at":"2024-09-24T13:50:38.743Z","updated_at":"2026-03-04T05:32:29.202Z","avatar_url":"https://github.com/evans-kim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JWT Guard\n\n\u003etymon/jwt-auth:0.5* 패키지에 라라벨 커스텀 AuthGuard 드라이버를 추가하는 포크 입니다.\n라라벨 5.4 미만에서 'jwt' 드라이버를 설정하면 auth() 헬퍼 함수 등을 사용할 수 있습니다.\n\n\u003eThis is a fork of tymon/jwt-auth:0.5* package to support AuthGuard custom driver.\nBelow Laravel 5.4, It help you using `auth('api')` helper or `middleware('auth:api')` \nbefore use this please watch Laravel Document then check how to change auth driver.\n\n### Install\n\n```shell script\ncomposer require tymon/jwt-auth korodo/jwt-guard:dev-master\n```\n### Register Service Providers\n\nconfig/app.php\n```php\n    'providers'=\u003e[\n        ...\n        App\\Providers\\RouteServiceProvider::class,\n        \\Tymon\\JWTAuth\\Providers\\JWTAuthServiceProvider::class,\n        \\Korodo\\JWTGuard\\JWTGuardServiceProvider::class,\n        ...\n    ]\n```\nconfig/auth.php\n\n```php\n'guards' =\u003e [\n    ...\n    'api' =\u003e [\n        'driver' =\u003e 'jwt', // it was token\n        'provider' =\u003e 'users',\n    ],\n    ...\n],\n```\n\n```shell script\nphp artisan jwt:generate\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevans-kim%2Fjwt-guard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevans-kim%2Fjwt-guard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevans-kim%2Fjwt-guard/lists"}