Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ycc140/fastapi_apikey

Example of using API-key authentication with FastAPI
https://github.com/ycc140/fastapi_apikey

Last synced: 9 days ago
JSON representation

Example of using API-key authentication with FastAPI

Awesome Lists containing this project

README

        

# fastapi_apikey

This code repository shows how to use API-key authentication for FastAPI endpoints.

This repository is described in more detail in the Medium article
[A FastAPI API-key authentication example](https://medium.com/@wilde.consult/a-fastapi-api-key-authentication-example-a9a345d75aa0).

I have developed this on Windows, but I also cover Linux and macOS differences
in the Medium article where needed.