{"id":29210692,"url":"https://github.com/embarkstudios/tame-oidc","last_synced_at":"2025-07-02T21:07:36.066Z","repository":{"id":43149974,"uuid":"338287878","full_name":"EmbarkStudios/tame-oidc","owner":"EmbarkStudios","description":"🧬 Small OAuth crate that follows the sans-io approach 🦀","archived":false,"fork":false,"pushed_at":"2024-08-08T12:30:34.000Z","size":76,"stargazers_count":20,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-09T10:24:15.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/EmbarkStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-02-12T10:34:02.000Z","updated_at":"2024-08-08T12:30:36.000Z","dependencies_parsed_at":"2023-12-11T11:48:23.496Z","dependency_job_id":"7ff04c42-2928-4bb8-b708-e5af240557c8","html_url":"https://github.com/EmbarkStudios/tame-oidc","commit_stats":{"total_commits":30,"total_committers":9,"mean_commits":"3.3333333333333335","dds":0.6666666666666667,"last_synced_commit":"7e129b515e79a8950ded14db29df9d333038c918"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":"EmbarkStudios/opensource-template","purl":"pkg:github/EmbarkStudios/tame-oidc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Ftame-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Ftame-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Ftame-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Ftame-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmbarkStudios","download_url":"https://codeload.github.com/EmbarkStudios/tame-oidc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Ftame-oidc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263215297,"owners_count":23431895,"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":"2025-07-02T21:07:35.120Z","updated_at":"2025-07-02T21:07:36.012Z","avatar_url":"https://github.com/EmbarkStudios.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# `🧬 tame-oidc`\n\n**`tame-oidc` is a small [OpenID Connect](https://openid.net/connect/) crate that follows the [sans-io](https://sans-io.readthedocs.io/) approach.**\n\n[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](http://embark.games)\n[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)\n[![Crates.io](https://img.shields.io/crates/v/tame-oidc.svg)](https://crates.io/crates/tame-oidc)\n[![Docs](https://docs.rs/tame-oidc/badge.svg)](https://docs.rs/tame-oidc)\n[![dependency status](https://deps.rs/repo/github/EmbarkStudios/tame-oidc/status.svg)](https://deps.rs/repo/github/EmbarkStudios/tame-oidc)\n[![Build status](https://github.com/gleam-lang/gleam/workflows/ci/badge.svg?branch=main)](https://github.com/EmbarkStudios/tame-oidc/actions)\n\n\u003c/div\u003e\n\nSupported RFCs:\n\n- [RFC7636 Proof Key for Code Exchange by OAuth Public Clients](https://datatracker.ietf.org/doc/html/rfc7636#page-3)\n\n## Why?\n\n- You want to control how you actually make OIDC HTTP requests\n\n## Why not?\n\n- The only auth flow that is currently implemented are the flows we are using internally. Other flows can be added, but right now that is the only one we need.\n- This crate requires more boilerplate to use.\n\n## Usage\n\nSee example code in `examples/embark.rs`\n\n## Examples\n\n### [embark basic](examples/embark-basic)\n\nUsage: `cargo run --example embark-basic`\n\nA small example of using `tame-oidc` together with [reqwest](https://github.com/seanmonstar/reqwest) using \nthe basic auth flow.\n\n\n### [embark pkce](examples/embark-pkce)\n\nUsage: `cargo run --example embark-pkce`\n\nA small example of using `tame-oidc` together with [reqwest](https://github.com/seanmonstar/reqwest) using the PKCE \nauth flow.\n\n## Contributing\n\n[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\nWe welcome community contributions to this project.\n\nPlease read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally\nsubmitted for inclusion in the work by you, as defined in the Apache-2.0\nlicense, shall be dual licensed as above, without any additional terms or\nconditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Ftame-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembarkstudios%2Ftame-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Ftame-oidc/lists"}