v2.91.2-rc.0
📦 supabase-authView on GitHub →
✨ 2 features🐛 6 fixes🔧 2 symbols
Summary
This release introduces an optional JWT parameter for assurance level retrieval and improves client platform detection via HTTP headers. Several bug fixes address promise rejections, storage handling, and realtime connection errors.
✨ New Features
- Added optional jwt parameter to getAuthenticatorAssuranceLevel in auth.
- Added missing HTTP headers to the client for platform and runtime detection.
🐛 Bug Fixes
- Fixed uncaught promise rejections during auth initialization.
- Fixed clearing local storage on signOut when session is already missing in auth.
- Fixed sending heartbeat for initial connection error in realtime.
- Added generic overload for postgres_changes event type in realtime.
- Exposed status and statusCode on StorageError base class in storage.
- Improved environment detection in supabase.