Change8

v2.93.0

📦 supabase-authView on GitHub →
2 features🐛 6 fixes🔧 2 symbols

Summary

This release introduces an optional jwt parameter for authentication assurance level and improves client platform detection by adding necessary 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 for client platform and runtime detection in supabase.

🐛 Bug Fixes

  • Fixed uncaught promise rejections during initialization in auth.
  • 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 safe environment detection for node v browser in supabase.

Affected Symbols