{"id":38157101,"url":"https://github.com/axatol/kinde-go","last_synced_at":"2026-01-16T23:10:25.407Z","repository":{"id":257791279,"uuid":"860422470","full_name":"axatol/kinde-go","owner":"axatol","description":"Kinde golang client","archived":false,"fork":false,"pushed_at":"2025-08-16T10:37:11.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-16T11:35:21.106Z","etag":null,"topics":["client","golang","kinde"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/axatol/kinde-go","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axatol.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,"zenodo":null}},"created_at":"2024-09-20T12:06:59.000Z","updated_at":"2025-08-16T09:47:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"abc32b13-45a7-444d-9cba-a15823fa16a9","html_url":"https://github.com/axatol/kinde-go","commit_stats":null,"previous_names":["axatol/kinde-go"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/axatol/kinde-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axatol%2Fkinde-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axatol%2Fkinde-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axatol%2Fkinde-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axatol%2Fkinde-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axatol","download_url":"https://codeload.github.com/axatol/kinde-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axatol%2Fkinde-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28487239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T22:54:02.790Z","status":"ssl_error","status_checked_at":"2026-01-16T22:50:10.344Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["client","golang","kinde"],"created_at":"2026-01-16T23:10:19.664Z","updated_at":"2026-01-16T23:10:25.400Z","avatar_url":"https://github.com/axatol.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kinde-go\n\nKinde golang client\n\n## getting started\n\n### prerequisites\n\n1. Create a M2M application and save the domain, client ID, and client secret\n2. Authorise the application with the Kinde Management API and allow the relevant scopes\n\n### quickstart\n\n```go\npackage main\n\nimport \"github.com/axatol/kinde-go\"\n\nfunc main() {\n  // load config from environment variables\n  // - KINDE_DOMAIN\n  // - KINDE_AUDIENCE\n  // - KINDE_CLIENT_ID\n  // - KINDE_CLIENT_SECRET\n  client := kinde.New(context.Background(), nil)\n\n  // or override some configuration, the unspecified values are loaded from the\n  // environment\n  client = kinde.New(\n    context.Background(),\n    kinde.NewClientOptions().\n      WithClientID(\"foo\").\n      WithClientSecret(\"bar\").\n      WithLogger(someLogger{})\n  )\n}\n```\n\n## todo\n\n- pagination\n- rate-limiting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxatol%2Fkinde-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxatol%2Fkinde-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxatol%2Fkinde-go/lists"}