Change8

v2.80.1-canary.1

Breaking Changes
📦 supabase-js
1 breaking🐛 1 fixes🔧 3 symbols

Summary

This release updates the authentication logic to make WebAuthn parameters optional and restructures how registration parameters are passed.

⚠️ Breaking Changes

  • The 'register' parameters for WebAuthn have been moved into a nested 'webauthn' object, which may require updating existing authentication calls.

Migration Steps

  1. Update authentication calls using WebAuthn to move registration parameters into the new 'webauthn' property.

🐛 Bug Fixes

  • Made the 'webauthn' parameter optional in authentication methods to prevent validation errors when not in use.

🔧 Affected Symbols

auth.signUpauth.signInWithPasswordlesswebauthn