Skip to main content

Send Magic Link

This component is used to send a login link that doesnt require a password.

Please note that Supabase Client needs to be set up in your app before you can properly use this component.

Inputs

DataDescription
EmailThe email to send the magic link to.
SignalsDescription
DoTriggers the magic link send call.

Outputs

DataDescription
DataThe response data from a successful request.
ErrorThe error sent back after a failed logout call to Supabase.
SignalsDescription
SuccessSends a signal when the request succeeded.
FailureSends a signal when an error occurred, and logs an error message in the console.