Implement API key authentication #1

Open
Alice wants to merge 4 commits from dev into main
Showing only changes of commit 89e2fe3630 - Show all commits
+7
View File
@@ -0,0 +1,7 @@
from fastapi import FastAPI
app = FastAPI()
@app.get('/')
def read_root():
return {'Hello': 'World'}