v2.108.0-canary.0
📦 supabase-jsView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This canary release introduces a consistent confirmation flow for auth.resend() and fixes issues related to error logging and header passing for RN/custom-fetch compatibility.
✨ New Features
- auth.resend() now uses a consistent confirmation flow.
🐛 Bug Fixes
- Prevent console.error of AuthApiError when the error is already returned via contract in auth.
- Ensure request headers are passed as a plain object for compatibility with React Native and custom fetch implementations in postgrest.