{"id":31027085,"url":"https://github.com/willhackett/oauth-revokerd","last_synced_at":"2026-02-17T21:02:18.018Z","repository":{"id":57538950,"uuid":"263216386","full_name":"willhackett/oauth-revokerd","owner":"willhackett","description":"A scalable token revocation service with built-in distributed database and bloom filter generation for probabilistic lookup by distributed nodes.","archived":false,"fork":false,"pushed_at":"2025-02-05T12:33:45.000Z","size":537,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-13T18:52:31.252Z","etag":null,"topics":["golang","oauth2","revocation"],"latest_commit_sha":null,"homepage":"https://notes.willhackett.com/distributed-token-invalidation/","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/willhackett.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-12T02:53:10.000Z","updated_at":"2025-02-05T12:34:02.000Z","dependencies_parsed_at":"2025-09-14T13:00:38.170Z","dependency_job_id":null,"html_url":"https://github.com/willhackett/oauth-revokerd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/willhackett/oauth-revokerd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willhackett%2Foauth-revokerd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willhackett%2Foauth-revokerd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willhackett%2Foauth-revokerd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willhackett%2Foauth-revokerd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willhackett","download_url":"https://codeload.github.com/willhackett/oauth-revokerd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willhackett%2Foauth-revokerd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"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":["golang","oauth2","revocation"],"created_at":"2025-09-13T18:51:18.473Z","updated_at":"2026-02-17T21:02:18.001Z","avatar_url":"https://github.com/willhackett.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oauth-revokerd\n\n[![CircleCI](https://circleci.com/gh/willhackett/oauth-revokerd.svg?style=svg)](https://app.circleci.com/pipelines/github/willhackett/oauth-revokerd?branch=master)\n\nA scalable token revocation service with built-in distributed database and bloom filter generation for probabilistic lookup by distributed nodes.\n\n## Problem statement\n\nDistributed systems can reduce backpressure introduced by token validation by utilising signed JWTs. These JWTs last for a period of time (typically 10 minutes to 1 hour) and once expired cease to operate. For scenarios where tokens need to be revoked each system must be aware of the list of revoked tokens — this isn't ideal because then each system might need to make a network request back to the Identity Provider which brings us back to square one — unless you can produce a distributed bloom filter that could allow probabilistic checking of the JWT ID before deciding whether or not to perform the lookup.\n\n## Implementation\n\nOAuth-Revokerd is an auto-scaling service meant to be deployed in Amazon ECS (or similar). Internally, it maintains an in-memory database, peer auto-discovery and a REST API used invalidate tokens and download the compiled bloom filter.\n\n![oauth-revokerd](./docs/oauth-revokerd.jpg)\n\n## Accompanying write-up\n\nhttps://notes.willhackett.com/distributed-token-invalidation/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillhackett%2Foauth-revokerd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillhackett%2Foauth-revokerd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillhackett%2Foauth-revokerd/lists"}