{"id":19909714,"url":"https://github.com/dynapi/interceptor","last_synced_at":"2025-03-01T08:22:11.635Z","repository":{"id":183173495,"uuid":"667473455","full_name":"DynAPI/Interceptor","owner":"DynAPI","description":"middleman between the clients and your backend to add security or other verifications to the requests","archived":false,"fork":false,"pushed_at":"2023-08-18T08:17:40.000Z","size":1889,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T22:27:43.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DynAPI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-17T15:25:11.000Z","updated_at":"2023-09-02T10:55:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"b18da7bd-c822-4e76-984b-10de27b0e777","html_url":"https://github.com/DynAPI/Interceptor","commit_stats":null,"previous_names":["dynapi/interceptor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FInterceptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FInterceptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FInterceptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2FInterceptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DynAPI","download_url":"https://codeload.github.com/DynAPI/Interceptor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241337297,"owners_count":19946380,"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":"2024-11-12T21:16:26.356Z","updated_at":"2025-03-01T08:22:11.629Z","avatar_url":"https://github.com/DynAPI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interceptor\nmiddleman between the clients and your backend to add security or other verifications to the requests\n\n![THE INTERCEPTOR](assets/logo.png)\n\n## How a request normally works\n\nThe client sends a request to the backend. Either there is no authentication or the backend(-infrastructure) has to be extended which is not always possible.\n\n[![](https://mermaid.ink/img/pako:eNo1jr0OwjAMhF8l8lxgz9CBHzExwZjFSgyNSByaOhKo6rsTCNxk3Z1P3ww2OQINE42F2NLe4y1jNKyqdsETy6rvt2jvxE6r4-GiNi38eTVtNa08O3quB4nBMHQQKUf0ro7Pnw8DMlAkA7qeTEUyBgOGl1rFIun8YgtacqEOysOh_FlAXzFM1SXnJeVTA_5yL2_cUEA7?type=png)](https://mermaid.live/edit#pako:eNo1jr0OwjAMhF8l8lxgz9CBHzExwZjFSgyNSByaOhKo6rsTCNxk3Z1P3ww2OQINE42F2NLe4y1jNKyqdsETy6rvt2jvxE6r4-GiNi38eTVtNa08O3quB4nBMHQQKUf0ro7Pnw8DMlAkA7qeTEUyBgOGl1rFIun8YgtacqEOysOh_FlAXzFM1SXnJeVTA_5yL2_cUEA7)\n\n## How a request with Interceptor works\n\nThe client sends a request to the backend (Interceptor) which does the authentication.\nIf the request is verified it's let through to the real backend.\n\n[![](https://mermaid.ink/img/pako:eNqFUU1LQzEQ_Cthr239AE9BHlgr4sFeVKiQy5qsfdFk88zboLb0v5v6KrQguqdlmNnZnV2DTY5AQ09vhdjSzOMyYzSsal0GTyyTphndsFC21EnKWl1f3avjgbGHV9pkEGh1dnKqHhiLtCn7Fbn_x6nzp9yoi50CxSfWaoq9t8ot5sG-dO-Pi_nqN9fRFO0rsTtYbIdtlzow8-zo46iVGP48YJ8GY4iUI3pXc1pvZQakpUgGdG2ZimQMBgxvKrUene4-2YKWXGgMpXMoP7GCfsbQV5Scr463Q_bfL9h8AbuKhJ0?type=png)](https://mermaid.live/edit#pako:eNqFUU1LQzEQ_Cthr239AE9BHlgr4sFeVKiQy5qsfdFk88zboLb0v5v6KrQguqdlmNnZnV2DTY5AQ09vhdjSzOMyYzSsal0GTyyTphndsFC21EnKWl1f3avjgbGHV9pkEGh1dnKqHhiLtCn7Fbn_x6nzp9yoi50CxSfWaoq9t8ot5sG-dO-Pi_nqN9fRFO0rsTtYbIdtlzow8-zo46iVGP48YJ8GY4iUI3pXc1pvZQakpUgGdG2ZimQMBgxvKrUene4-2YKWXGgMpXMoP7GCfsbQV5Scr463Q_bfL9h8AbuKhJ0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynapi%2Finterceptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynapi%2Finterceptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynapi%2Finterceptor/lists"}