Is there an existing issue for this?
What happened?
📌 Issue Overview
Updated the JWT verification logic to work with ES256 using the Supabase JWK public key
🔍 Steps to Reproduce
- Switched JWT decoding to ES256 algorithm
- Used JWK public key from Supabase for verification
- Verified token audience as "authenticated"
💡 Result
- Authentication endpoints now work correctly end-to-end
- Frontend requests no longer show
Failed to fetch errors
Record