{"id":18321078,"url":"https://github.com/workos/ueberauth_workos_authkit","last_synced_at":"2026-02-17T09:45:50.020Z","repository":{"id":249686702,"uuid":"832244231","full_name":"workos/ueberauth_workos_authkit","owner":"workos","description":"Ueberauth Strategy for WorkOS SSO with managed users","archived":false,"fork":false,"pushed_at":"2025-04-02T18:28:53.000Z","size":22,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T20:50:19.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-22T15:59:29.000Z","updated_at":"2024-08-29T20:34:33.000Z","dependencies_parsed_at":"2024-08-29T21:40:27.960Z","dependency_job_id":null,"html_url":"https://github.com/workos/ueberauth_workos_authkit","commit_stats":null,"previous_names":["jumpwire-ai/ueberauth_workos_authkit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fueberauth_workos_authkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fueberauth_workos_authkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fueberauth_workos_authkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fueberauth_workos_authkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workos","download_url":"https://codeload.github.com/workos/ueberauth_workos_authkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411234,"owners_count":20934650,"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":[],"created_at":"2024-11-05T18:18:17.002Z","updated_at":"2025-10-17T23:57:20.907Z","avatar_url":"https://github.com/workos.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ueberauth WorkOS Authkit\n\n\u003e **Note:** this an experimental SDK and breaking changes may occur. We don't recommend using this in production since we can't guarantee its stability.\n\nImplementation of an Ueberauth Strategy for WorkOS Single Sign-On with managed users.\n\n## Installation\n\nAdd `ueberauth_workos_authkit` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ueberauth_workos_authkit, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Configuration\n\n This provider uses the WorkOS library, which requires API keys to be\n  [configured](https://github.com/workos/workos-elixir?tab=readme-ov-file#configuration) for that libary directly.\n\n### Example\n\n``` elixir\nconfig :ueberauth, Ueberauth,\n  providers: [\n    workos: {Ueberauth.Strategy.WorkOS.AuthKit, []}\n]\n\nconfig :workos, WorkOS.Client,\n  api_key: \"sk_example_123456789\",\n  client_id: \"client_123456789\"\n```\n\n## SDK Versioning\n\nFor our SDKs WorkOS follows a Semantic Versioning process where all releases will have a version X.Y.Z (like 1.0.0) pattern wherein Z would be a bug fix (I.e. 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## More Information\n\n- [User Management Guide](https://workos.com/docs/user-management)\n- [Single Sign-On Guide](https://workos.com/docs/sso/guide)\n- [Directory Sync Guide](https://workos.com/docs/directory-sync/guide)\n- [Admin Portal Guide](https://workos.com/docs/admin-portal/guide)\n- [Magic Link Guide](https://workos.com/docs/magic-link/guide)\n- [Domain Verification Guide](https://workos.com/docs/domain-verification/guide)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fueberauth_workos_authkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkos%2Fueberauth_workos_authkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fueberauth_workos_authkit/lists"}