{"id":18321142,"url":"https://github.com/workos/workos-go","last_synced_at":"2025-04-05T17:04:30.714Z","repository":{"id":38081459,"uuid":"183132608","full_name":"workos/workos-go","owner":"workos","description":"Official Go SDK for interacting with the WorkOS API","archived":false,"fork":false,"pushed_at":"2025-03-28T02:21:16.000Z","size":1376,"stargazers_count":56,"open_issues_count":16,"forks_count":18,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-03-29T16:03:59.508Z","etag":null,"topics":["adfs","audit-logs","azure-active-directory","directory-sync","go-sdk","gsuite-saml-apps","okta","saml","scim","sso"],"latest_commit_sha":null,"homepage":"https://workos.com/docs/sdk/go","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/workos.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-24T02:34:58.000Z","updated_at":"2025-03-24T23:52:25.000Z","dependencies_parsed_at":"2023-02-16T11:40:15.727Z","dependency_job_id":"cee5477e-ba4b-462f-a082-413228648e23","html_url":"https://github.com/workos/workos-go","commit_stats":{"total_commits":366,"total_committers":53,"mean_commits":6.90566037735849,"dds":0.8360655737704918,"last_synced_commit":"933a55a1c5d2387b17a5bd18fe556a47e02bca40"},"previous_names":["dewski/workos"],"tags_count":107,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fworkos-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fworkos-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fworkos-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fworkos-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workos","download_url":"https://codeload.github.com/workos/workos-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369953,"owners_count":20927928,"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":["adfs","audit-logs","azure-active-directory","directory-sync","go-sdk","gsuite-saml-apps","okta","saml","scim","sso"],"created_at":"2024-11-05T18:18:29.336Z","updated_at":"2025-04-05T17:04:30.679Z","avatar_url":"https://github.com/workos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorkOS Go Library\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/workos/workos-go/v4.svg)](https://pkg.go.dev/github.com/workos/workos-go/v4)\n\nThe WorkOS library for Go provides convenient access to the WorkOS API from applications written in Go.\n\n## Documentation\n\nSee the [API Reference](https://workos.com/docs/reference/client-libraries) for Go usage examples.\n\n## Installation\n\nInstall the package with:\n\n```\ngo get -u github.com/workos/workos-go/v4...\n```\n\n## Configuration\n\nTo use the library you must provide an API key, located in the WorkOS dashboard, as an environment variable `WORKOS_API_KEY`:\n\n```sh\nWORKOS_API_KEY=\"sk_1234\"\n```\n\nOr, you can set it on your own before your application starts:\n\n```ts\nsso.Configure(\n  \"\u003cWORKOS_API_KEY\u003e\",\n  \"\u003cCLIENT_ID\u003e\",\n  \"https://foo-corp.com/redirect-uri\"\n);\n\ndirectorysync.SetAPIKey(\"\u003cWORKOS_API_KEY\u003e\");\n```\n\n## SDK Versioning\n\nFor our SDKs WorkOS follows a Semantic Versioning ([SemVer](https://semver.org/)) process where all releases will have a version X.Y.Z (like 1.0.0) pattern wherein Z would be a bug fix (e.g., 1.0.1), Y would be a minor release (1.1.0) and X would be a major release (2.0.0). We permit any breaking changes to only be released in major versions and strongly recommend reading changelogs before making any major version upgrades.\n\n## Beta Releases\n\nWorkOS has features in Beta that can be accessed via Beta releases. We would love for you to try these\nand share feedback with us before these features reach general availability (GA). To install a Beta version,\nplease follow the [installation steps](#installation) above using the Beta release version.\n\n\u003e Note: there can be breaking changes between Beta versions. Therefore, we recommend pinning the package version to a\n\u003e specific version. This way you can install the same version each time without breaking changes unless you are\n\u003e intentionally looking for the latest Beta version.\n\nWe highly recommend keeping an eye on when the Beta feature you are interested in goes from Beta to stable so that you\ncan move to using the stable version.\n\n## More Information\n\n- [User Management Guide](https://workos.com/docs/user-management)\n- [Single Sign-On Guide](https://workos.com/docs/sso)\n- [Directory Sync Guide](https://workos.com/docs/directory-sync)\n- [Admin Portal Guide](https://workos.com/docs/admin-portal)\n- [Magic Link Guide](https://workos.com/docs/magic-link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fworkos-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkos%2Fworkos-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fworkos-go/lists"}