{"id":32172800,"url":"https://github.com/primait/cloudflare_access_ex","last_synced_at":"2026-03-27T02:42:08.219Z","repository":{"id":205799690,"uuid":"696246408","full_name":"primait/cloudflare_access_ex","owner":"primait","description":"Elixir library to handle Cloudflare Access security","archived":false,"fork":false,"pushed_at":"2025-10-15T17:09:03.000Z","size":117,"stargazers_count":2,"open_issues_count":13,"forks_count":1,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-10-21T18:44:49.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/primait.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2023-09-25T11:37:19.000Z","updated_at":"2025-08-16T01:24:23.000Z","dependencies_parsed_at":"2025-02-21T14:36:16.988Z","dependency_job_id":null,"html_url":"https://github.com/primait/cloudflare_access_ex","commit_stats":null,"previous_names":["primait/cloudflare_access_ex"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/primait/cloudflare_access_ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fcloudflare_access_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fcloudflare_access_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fcloudflare_access_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fcloudflare_access_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primait","download_url":"https://codeload.github.com/primait/cloudflare_access_ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fcloudflare_access_ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31011483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:33:22.146Z","status":"ssl_error","status_checked_at":"2026-03-27T02:33:21.763Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-10-21T18:44:05.291Z","updated_at":"2026-03-27T02:42:08.195Z","avatar_url":"https://github.com/primait.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudflareAccessEx\n\nSimplifies verification of [Cloudflare Access application tokens][1].\n\n[![Build Status](https://github.com/primait/cloudflare_access_ex/workflows/CI/badge.svg)](https://github.com/primait/cloudflare_access_ex/actions/workflows/ci.yaml) [![Hex.pm](https://img.shields.io/hexpm/v/cloudflare_access_ex.svg)](https://hex.pm/packages/cloudflare_access_ex) [![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/cloudflare_access_ex)\n\n## Getting started\n\n### Installation\n\nFor now, installations should be through git reference. Tags will be available for releases.\n\n```elixir\ndef deps do\n  [\n    {:cloudflare_access_ex, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n### Documentation\n\nDocs are currently unpublished. Installation and usage instruction can be found in the [top-level module docs](./lib/cloudflare_access_ex.ex).\n\n## Contributing\n\nWe appreciate any contribution. Check our [CONTRIBUTING.md](CONTRIBUTING.md) guide for more information.\n\n### Build/Test\n\nTo build \u0026 test from source:\n\n```bash\nmix deps.get\nmix check\n```\n\n## Important links\n\n* [Cloudflare Access Application Tokens][1]\n* [Validating JWTs (from Cloudflare Docs)][2]\n\n[1]: https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/application-token/\n[2]: https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/validating-json/\n\n## Copyright and License\n\nCopyright (c) 2023, Prima.it.\n\nThe source code is licensed under the [MIT License](LICENSE.md).\n\n## TODO\n\n- [ ] Add a test `JwksStrategy`\n- [ ] If the keys get rotated unexpectedly, the 'JwksStrategy` signers will be out of date until the next poll.\n- [ ] As the `JwksStrategy` module will be called for every request, it is a potential bottleneck.\n      Should consider using an ets table or other shared memory mechanism.\n- [x] Create a `Plug` module.\n- [x] Write a better Readme\n- [ ] Consider publishing to hex\n- [ ] Consider contributing `JwksStrategy` (if good) back to [joken_jwks](https://github.com/joken-elixir/joken_jwks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fcloudflare_access_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimait%2Fcloudflare_access_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fcloudflare_access_ex/lists"}