--- # nuzlocke-tracker-snft title: Support ES256 (ECC P-256) JWT keys in backend auth status: in-progress type: bug created_at: 2026-03-22T10:51:30Z updated_at: 2026-03-22T10:51:30Z --- Backend JWKS verification only accepts RS256 algorithm, but Supabase JWT key was switched to ECC P-256 (ES256). This causes 401 errors on all authenticated requests. Fix: accept both RS256 and ES256 in the algorithms list, and update tests accordingly.