v2.81.1
📦 supabase-authView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This patch release addresses compatibility issues with Next.js 16 in the auth module, improves SSO handling, and relaxes the requirement for setAuth in the realtime module when using custom JWTs.
🐛 Bug Fixes
- auth: Used Symbols for callback IDs to resolve Next.js 16 compatibility.
- auth: Added automatic browser redirect to signInWithSSO.
- realtime: setAuth is no longer required when using a custom JWT token.