{"id":15142649,"url":"https://github.com/asai95/fastapi-google-iap","last_synced_at":"2026-01-20T11:03:57.977Z","repository":{"id":211914987,"uuid":"730258072","full_name":"asai95/fastapi-google-iap","owner":"asai95","description":"A FastAPI plugin for Google Cloud Identity-Aware Proxy (IAP) authentication.","archived":false,"fork":false,"pushed_at":"2023-12-11T16:58:06.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T23:56:12.808Z","etag":null,"topics":["fastapi","iap","middleware"],"latest_commit_sha":null,"homepage":"","language":"Python","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/asai95.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":"2023-12-11T14:36:37.000Z","updated_at":"2024-10-27T12:46:46.000Z","dependencies_parsed_at":"2024-11-01T13:01:05.159Z","dependency_job_id":"68321a3f-e121-4afd-894a-d3e896f2984e","html_url":"https://github.com/asai95/fastapi-google-iap","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"824c4c254a27088dcf513d3497f919f9d47f50ad"},"previous_names":["asai95/fastapi-google-iap"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/asai95/fastapi-google-iap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asai95%2Ffastapi-google-iap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asai95%2Ffastapi-google-iap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asai95%2Ffastapi-google-iap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asai95%2Ffastapi-google-iap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asai95","download_url":"https://codeload.github.com/asai95/fastapi-google-iap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asai95%2Ffastapi-google-iap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"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":["fastapi","iap","middleware"],"created_at":"2024-09-26T09:43:19.347Z","updated_at":"2026-01-20T11:03:57.959Z","avatar_url":"https://github.com/asai95.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastapi-google-iap\n\n![PyPI - Version](https://img.shields.io/pypi/v/fastapi-google-iap?color=%2300CD00)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastapi-google-iap)](https://pypi.org/project/fastapi-google-iap/)\n[![PyPI - License](https://img.shields.io/pypi/l/fastapi-google-iap)](https://pypi.org/project/fastapi-google-iap/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/fastapi-google-iap)](https://pypi.org/project/fastapi-google-iap/)\n[![codecov](https://codecov.io/gh/asai95/fastapi-google-iap/branch/master/graph/badge.svg)](https://codecov.io/gh/asai95/fastapi-google-iap)\n\nA FastAPI plugin for Google Cloud Identity-Aware Proxy (IAP) authentication.\n\n## Installation\n\n```bash\npip install fastapi-google-iap\n```\n\n## Usage\n\n```python\nfrom fastapi import FastAPI\nfrom fastapi_google_iap import GoogleIapMiddleware\n\napp = FastAPI()\n\napp.use_middleware(\n    GoogleIapMiddleware,\n    audience=\"/projects/999999999999/apps/example-project\",\n    unprotected_routes=[\"/healthz\"],\n    restrict_to_domains=[\"example.com\"],\n)\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasai95%2Ffastapi-google-iap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasai95%2Ffastapi-google-iap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasai95%2Ffastapi-google-iap/lists"}