{"id":27230678,"url":"https://github.com/yevtyushkin/id_token_verifier","last_synced_at":"2026-02-04T00:01:18.667Z","repository":{"id":296450679,"uuid":"989806454","full_name":"yevtyushkin/id_token_verifier","owner":"yevtyushkin","description":"A feature-rich, highly configurable OpenID Connect ID token verifier in Rust ","archived":false,"fork":false,"pushed_at":"2026-02-03T08:35:41.000Z","size":330,"stargazers_count":3,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-03T10:57:55.041Z","etag":null,"topics":["async","cache","config","idtoken","jwt","openidconnect","retry","rust","tokio"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/id_token_verifier","language":"Rust","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/yevtyushkin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-24T21:35:33.000Z","updated_at":"2026-02-02T21:24:21.000Z","dependencies_parsed_at":"2026-02-04T00:00:50.476Z","dependency_job_id":null,"html_url":"https://github.com/yevtyushkin/id_token_verifier","commit_stats":null,"previous_names":["yevtyushkin/id_token_verifier"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/yevtyushkin/id_token_verifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yevtyushkin%2Fid_token_verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yevtyushkin%2Fid_token_verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yevtyushkin%2Fid_token_verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yevtyushkin%2Fid_token_verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yevtyushkin","download_url":"https://codeload.github.com/yevtyushkin/id_token_verifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yevtyushkin%2Fid_token_verifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29062481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T23:14:54.203Z","status":"ssl_error","status_checked_at":"2026-02-03T23:14:50.873Z","response_time":96,"last_error":"SSL_read: 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":["async","cache","config","idtoken","jwt","openidconnect","retry","rust","tokio"],"created_at":"2025-04-10T13:30:55.885Z","updated_at":"2026-02-04T00:01:18.658Z","avatar_url":"https://github.com/yevtyushkin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔎 id_token_verifier ✅\n\n[![crates.io](https://img.shields.io/crates/v/id_token_verifier.svg)](https://crates.io/crates/id_token_verifier)\n[![codecov](https://codecov.io/gh/yevtyushkin/id_token_verifier/graph/badge.svg?token=KG76XN3GAR)](https://codecov.io/gh/yevtyushkin/id_token_verifier)\n\nA feature-rich, highly configurable OpenID Connect ID token verifier in Rust — empowering you to validate ID tokens as\neasily as this, while handling retries, caching, and more under the hood:\n\n```rust\nuse id_token_verifier::*;\nuse id_token_verifier::client::*;\n\n#[derive(serde::Deserialize)]\nstruct MyClaims { \n  sub: String,\n  email: Option\u003cString\u003e,\n  email_verified: Option\u003cbool\u003e,\n}\n\nasync fn verify(\n  token: \u0026str,\n  id_token_verifier: \u0026IdTokenVerifierDefault\n) -\u003e Result\u003cMyClaims, IdTokenVerifierError\u003e {\n  id_token_verifier.verify(token).await\n}\n```\n\n### ✨ Features\n\n- 🔁 Configurable JWKS caching, including background refresh.\n- 🛠 Pluggable retry logic via [backoff_config](https://github.com/yevtyushkin/backoff_config)\n  and [backon](https://github.com/Xuanwo/backon).\n- ⚙️ Flexible validation settings.\n- 🧩 [serde](https://github.com/serde-rs/serde)-friendly configuration — load from config files or environment variables,\n  or use the provided config `Builder`s.\n- 📈 [tracing](https://github.com/tokio-rs/tracing) support via the optional tracing `feature` flag.\n\n## 📚 Examples\n\n- ✅ [Validating Google ID tokens](examples/google.rs)  \n  Includes full setup for retries, JWKS caching, and validation settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyevtyushkin%2Fid_token_verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyevtyushkin%2Fid_token_verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyevtyushkin%2Fid_token_verifier/lists"}