An open API service indexing awesome lists of open source software.

https://github.com/anqorithm/xapi_guard_middleware

XAPI Guard is FastAPI middleware that protects your API endpoints by validating the X-API-Key header. It's designed in a decorator style, so you can annotate your FastAPI endpoints with @guard.protect to protect them.
https://github.com/anqorithm/xapi_guard_middleware

apis auth authentication bearer-tokens fastapi fastapi-security headers middleware package poetry security validation websecurity x-api-key

Last synced: 3 months ago
JSON representation

XAPI Guard is FastAPI middleware that protects your API endpoints by validating the X-API-Key header. It's designed in a decorator style, so you can annotate your FastAPI endpoints with @guard.protect to protect them.

Awesome Lists containing this project