Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ycc140/fastapi_apikey
- Owner: ycc140
- License: apache-2.0
- Created: 2024-03-19T13:31:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:43:35.000Z (9 months ago)
- Last Synced: 2024-08-14T07:08:01.417Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.py
Awesome Lists containing this project
- jimsghstars - ycc140/fastapi_apikey - Example of using API-key authentication with FastAPI (Python)
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.