From f9ef958000ba63bbf1a0eaa481c8ca40b17481ac Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 10 Apr 2025 17:55:59 -0700 Subject: [PATCH] Update README.md --- servers/get-user-info/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/servers/get-user-info/README.md b/servers/get-user-info/README.md index b701d99..66bb390 100644 --- a/servers/get-user-info/README.md +++ b/servers/get-user-info/README.md @@ -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.