supabase-ui-svelte icon indicating copy to clipboard operation
supabase-ui-svelte copied to clipboard

Supabase authentication UI for Svelte

Results 10 supabase-ui-svelte issues
Sort by recently updated
recently updated
newest added

Bumped to v0.1.2 Fixes: - `index.d.ts` is missing necessary provider values `discord` - Created & Exported `Provider` type to avoid typescript error 2322:Type 'string[]' is not assignable to type '("github"...

Backformatting and rebase for [PR 7](https://github.com/supabase-community/supabase-ui-svelte/pull/7) as current one has not been merged Not tested, simply reformatted so far

Hi Josh, thx for your work. I added apple + spotify as I need them in one of my side projects. Cheers Chris

Supabase now supports a redirectTo parameter after a user logs in: https://supabase.io/docs/reference/javascript/auth-signin#sign-in-with-redirect

Great work on this. FYI (unless I get a chance to submit a PR myself), the magic link option (under the form) always appears and it seems it should be...

This removes the weird shadow effect on text buttons for social buttons by removing `text-shadow` ## Current behavior ![CleanShot 2022-10-17 at 17 13 08](https://user-images.githubusercontent.com/13159333/196284828-a829050b-68e8-4f5a-98dc-e160ead9df9a.jpg) ## New behavior ![CleanShot 2022-10-17 at...

# Bug report ## Describe the bug The bug/issue I am currently facing is, that the Auth component i use for login and signup doesnt redirect the user after sign-in...

bug

I am getting the following error then trying to login with email: ``` Could not read Signup params: json: cannot unmarshal array into Go struct field SignupParams.data of type map[string]interface...

bug

## What kind of change does this PR introduce? Feature ## What is the current behavior? When you sign-up, it gives the user the option of signing in with a...