Integration
Python
Fastapi
Fastapi Quick

Set Up and Activate Virtual Environment (Highly Recommended) 🛠️✅

⚠️

Highly Recommended We highly recommend creating a Virtual Environment if you have multiple versions of python/pip installed.

bash
python -m venv .
Windows:

.\Scripts\activate


Step 1: Install TrustAuthX 📦

bash
pip install trustauthx

Step 2: Login to TrustAuthX 🔑

bash
trustauthx login me -k <API_KEY> -s <SECRET_KEY> -o <ORG_ID>

Step 3: Generate a FastAPI Project Structure 🏗️

bash
trustauthx neuroform fastapi

Step 4: Start the FastAPI Project 🎉

bash
trustauthx start fastapi