Svelte Supabase Auth is a Svelte-built web component that aims to provide all necessary
functionality for Supabase authentication and user management with minimal configuration.
It is available as a Svelte component or a web component implementing a custom element named <supabase-auth>. For usage instructions, please see the pages on GitHub or NPM.
The following workflows and configurations are handled by the component. Those that have automated behavioral tests are checked.
This functionality is fully supported, but it does not yet have automated behavioral tests.
This functionality is not fully supported, but it should work in the context of linking social providers to an existing, signed-in account (see above).
This functionality is untested and may not work correctly.
The module is available as a web component using the custom element <supabase-auth>.
The javascript for that element can either be imported or used as a script tag.