You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated parity issue — may be a false positive.
This issue was created automatically by /sync-sdk-parity from a heuristic analysis of recent supabase-js commits. The tooling has limited insight into language-specific idioms and may have:
misidentified a JS-only change as cross-language relevant,
missed an existing implementation in this SDK under a different name,
or proposed an API shape that doesn't fit this language's conventions.
It is the SDK author's responsibility to validate the need before implementing. If this change does not apply to this SDK, please close the issue with a short note explaining why.
SDK Parity: C# implementation needed
A bug fix was made in supabase-js auth that may apply to this repository. Please confirm applicability before starting work.
Warning
Auto-generated parity issue — may be a false positive.
This issue was created automatically by
/sync-sdk-parityfrom a heuristic analysis of recentsupabase-jscommits. The tooling has limited insight into language-specific idioms and may have:It is the SDK author's responsibility to validate the need before implementing. If this change does not apply to this SDK, please close the issue with a short note explaining why.
SDK Parity: C# implementation needed
A bug fix was made in
supabase-jsauth that may apply to this repository. Please confirm applicability before starting work.Reference Implementation (supabase-js)
0dc5f80What Changed
getClaims()now catches expired-JWT errors and rethrows asAuthInvalidJwtError, ensuring callers receive a stable named error type.Implementation Guidance (C#)
Key Behaviors to Match
GetClaims()throws a specific named exception typeAuthExceptionvia type checkAcceptance Criteria
GetClaims()with expired JWT throwsAuthInvalidJwtExceptionAuthExceptionContext
/sync-sdk-parity