{"id":46245520,"url":"https://github.com/kitamersion/kita-go-auth","last_synced_at":"2026-03-03T21:13:29.053Z","repository":{"id":264542681,"uuid":"893271722","full_name":"kitamersion/kita-go-auth","owner":"kitamersion","description":"Yet another authentication application built in GO!","archived":false,"fork":false,"pushed_at":"2024-12-15T02:59:40.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-15T03:24:52.378Z","etag":null,"topics":["authentication","backend","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/kitamersion.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-24T01:26:27.000Z","updated_at":"2024-12-15T02:59:43.000Z","dependencies_parsed_at":"2024-12-16T04:00:59.610Z","dependency_job_id":null,"html_url":"https://github.com/kitamersion/kita-go-auth","commit_stats":null,"previous_names":["kitamersion/kita-go-auth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kitamersion/kita-go-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitamersion%2Fkita-go-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitamersion%2Fkita-go-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitamersion%2Fkita-go-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitamersion%2Fkita-go-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitamersion","download_url":"https://codeload.github.com/kitamersion/kita-go-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitamersion%2Fkita-go-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30061294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"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":["authentication","backend","golang"],"created_at":"2026-03-03T21:13:28.295Z","updated_at":"2026-03-03T21:13:29.045Z","avatar_url":"https://github.com/kitamersion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kita-go-auth\n\nYet another authentication application built in GO! This project is built _purely_ for learning GO, it is **not** intended for production use case.\nYou _can_ use this for self-hosted applications that is **not** exposed to the wider internet.\n\nThank you in advance for any feedback, issues reports and contributions!\n\n## Features\n\n- Register\n- Login\n- Logout\n- Refresh token\n- Activate account\n- Deactivate account\n- Delete account\n\n## Libraries\n\n**TODO:** Link to library\n\n- Gin\n- Gorm\n- JWT\n- Bcrypt\n- Rate\n- GoDotEnv\n\n## Docker image\n\nhttps://hub.docker.com/r/helpfulfish/kita-go-auth/tags\n\n```\ndocker pull helpfulfish/kita-go-auth:latest\n```\n\n## Development\n\nRun the following command to build the Docker image:\n\n```\ndocker build -t kita-go-auth .\n```\n\nRun the container with the built image:\n\n```\ndocker run -p 3001:3001 kita-go-auth\n```\n\nRun using `docker-compose` or `podman-compose` (Recommended)\n\n```\ndocker-compose -f docker-compose-development.yml up -d\n```\n\n```\npodman-compose -f docker-compose-development.yml up -d\n```\n\n```\ndocker stop $(docker ps -aq) \u0026\u0026 docker rm $(docker ps -aq); podman rm kita-go-auth; podman build -t kita-go-auth .; podman-compose -f docker-compose-development.yml up -d\n```\n\n## Goals\n\nIncluding the list below, the goal is to create a microservice focused on authentication and user management as a domain.\n\n- [x] Basic CRUD operations for user\n- [x] Basic role system: Admin, Basic, Guest\n- [ ] Authorization and permissions\n- [ ] Admin CRUD operations to control users (User CRUD)\n- [ ] Something else?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitamersion%2Fkita-go-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitamersion%2Fkita-go-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitamersion%2Fkita-go-auth/lists"}