Skip to content

Files

Latest commit

 

History

History
13 lines (9 loc) · 266 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 266 Bytes

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