Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Conversation

Bewinxed
Copy link
Collaborator

What kind of change does this PR introduce?

Bug fix / API improvement

What is the current behavior?

The webauthn parameter in the _authenticate() method is required, and the _register() method has WebAuthn-related parameters (rpId, rpOrigins, signal) at the top level instead of being grouped under a webauthn object.

What is the new behavior?

  • Made the webauthn parameter optional in _authenticate() method with default empty object fallback
  • Moved WebAuthn-related parameters in _register() method into a webauthn object for consistency with _authenticate()
  • Both methods now have consistent API signatures with optional webauthn parameter

Additional context

None.

…and move register params to webauthn: object for consistency
Copy link
Contributor

🚀 Preview Release Status

false


Last updated: 2025-09-25T05:31:00Z

@mandarini
Copy link
Contributor

Moved to: supabase/supabase-js#1765

@mandarini mandarini closed this Oct 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants