v2.107.0-beta.6
📦 supabase-authView on GitHub →
✨ 3 features🐛 4 fixes🔧 4 symbols
Summary
This beta release introduces a new structured metadata format for X-Client-Info, allows binary payloads in realtime httpSend, and fixes several authentication and PostgREST error handling issues.
✨ New Features
- auth: remove navigator.locks-based mutex; introduce commit guard + dispose()
- realtime: allow httpSend to send binary payload
- supabase: update X-Client-Info to structured metadata format
🐛 Bug Fixes
- auth: return AuthInvalidJwtError from getClaims for expired JWT
- auth: recognize ?error= redirects in implicit grant gate
- auth: revert fix(auth: encode client-id in oauth requests)
- postgrest: return a structured error for non-JSON body on successful responses