Skip to content

[Python FastAPI] 비동기 Todo API 처리와 unkey 인증의 적용 예제

Notifications You must be signed in to change notification settings

neltia/fastapi-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-todo

Preferences

  • settings

    • python: ver. 3.10
  • active venv

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
  • config file
    • UNKEY_ROOT_KEY: unkey service(https://www.unkey.com/) your root key
    • UNKEY_API_ID: Unique ID of the API created in unkey workspace
UNKEY_ROOT_KEY=unkey_~
UNKEY_API_ID=api_~

Run Program

  • dev program run
python main.py

Manual

/verify

  • x-api_key: Key to use API issued by unkey (enter key value, not keyId)

About

[Python FastAPI] 비동기 Todo API 처리와 unkey 인증의 적용 예제

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages