Clerk Python Playground A basic FastAPI application that demonstrates how to use the Clerk Python SDK to authenticate users and access their data. Setup # Install dependencies pip install -r requirements.txt # Run the script fastapi dev main.py