#supabase

2 posts

Optimizing Guest-to-Login Data Transfer: From 4s to 100ms

How reordering async operations, splitting API calls, and deferring storage moves eliminated a 4-second login delay and fixed missing chat history.

Supabase Auth + FastAPI JWT Verification: HS256 → ES256 Migration

New Supabase projects sign JWTs using the ES256 algorithm. How to verify with PyJWT + JWKS client and how to resolve macOS Python SSL issues.