{"id":23958357,"url":"https://github.com/ningenme/kiwa-api","last_synced_at":"2026-04-06T09:33:48.869Z","repository":{"id":150863750,"uuid":"612290955","full_name":"ningenMe/kiwa-api","owner":"ningenMe","description":"趣味開発 auth-api (product name: kiwa)","archived":false,"fork":false,"pushed_at":"2023-12-31T13:16:43.000Z","size":2452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-12T03:47:14.437Z","etag":null,"topics":["kotlin","mybatis","mysql","ningenme-project","openapi","redis","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/ningenMe.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-10T16:00:56.000Z","updated_at":"2023-12-05T19:13:25.000Z","dependencies_parsed_at":"2026-03-13T05:01:56.069Z","dependency_job_id":null,"html_url":"https://github.com/ningenMe/kiwa-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ningenMe/kiwa-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ningenMe%2Fkiwa-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ningenMe%2Fkiwa-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ningenMe%2Fkiwa-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ningenMe%2Fkiwa-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ningenMe","download_url":"https://codeload.github.com/ningenMe/kiwa-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ningenMe%2Fkiwa-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: 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":["kotlin","mybatis","mysql","ningenme-project","openapi","redis","spring-boot","spring-security"],"created_at":"2025-01-06T17:38:10.629Z","updated_at":"2026-04-06T09:33:48.843Z","avatar_url":"https://github.com/ningenMe.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\ndocker-compose -f ./tool/docker-compose.yaml up\n```\n\n# local\n\n```shell\n# user-post\ncurl -XPOST -d '{\"userId\":\"user0\",\"password\":\"hoge\"}' -H 'Content-Type: application/json' localhost:8080/users -i\n# login\ncurl -XPOST -d '{\"userId\":\"user0\",\"password\":\"hoge\"}' -H 'Content-Type: application/json' localhost:8080/login -i | grep cookie | awk '{print $2}'\n# user-me-get\ncurl -b `curl -XPOST -d '{\"userId\":\"user0\",\"password\":\"hoge\"}' -H 'Content-Type: application/json' localhost:8080/login -i | grep cookie | awk '{print $2}'` localhost:8080/users/me -i\n```\n\n# prod\n\n```shell\n# user-post\ncurl -XPOST -d '{\"userId\":\"user0\",\"password\":\"hoge\"}' -H 'Content-Type: application/json' https://kiwa-api.ningenme.net/users -i\n# login\ncurl -XPOST -d '{\"userId\":\"user0\",\"password\":\"hoge\"}' -H 'Content-Type: application/json' https://kiwa-api.ningenme.net/login -i | grep cookie | awk '{print $2}'\n# user-me-get\ncurl -b `curl -XPOST -d '{\"userId\":\"user0\",\"password\":\"hoge\"}' -H 'Content-Type: application/json' https://kiwa-api.ningenme.net/login -i | grep cookie | awk '{print $2}'` https://kiwa-api.ningenme.net/users/me -i\n```\n\n# db\n\n```shell\ninsert into authority (authority_id) values ('COMPRO_CATEGORY');\ninsert into relation_user_authority (user_id, authority_id) values ('user0','COMPRO_CATEGORY');\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fningenme%2Fkiwa-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fningenme%2Fkiwa-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fningenme%2Fkiwa-api/lists"}