Update README.md

This commit is contained in:
Timothy Jaeryang Baek 2025-04-10 17:55:59 -07:00
parent 97e26fe94c
commit f9ef958000

View File

@ -5,13 +5,11 @@ A lightweight FastAPI microservice that forwards an Authorization Bearer token t
## 🚀 Features
- 🔁 Forwards Bearer tokens to your internal auth endpoint
- ☁️ Async HTTP support with httpx
- 🔒 Built-in 401 & 502 error handling
- 🌍 CORS-friendly by default
- 🔒 Built-in error handling
## 📦 Endpoints
### GET /get_user_info
### GET /get_session_user_info
Forward your existing Bearer token and get authenticated user details.