{"id":16790246,"url":"https://github.com/xavimondev/multiple-auth-supabase","last_synced_at":"2025-07-16T10:34:14.305Z","repository":{"id":107242341,"uuid":"464033037","full_name":"xavimondev/multiple-auth-supabase","owner":"xavimondev","description":"Three ways to authenticate on Supabase with React","archived":false,"fork":false,"pushed_at":"2022-03-03T20:39:21.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T13:24:53.097Z","etag":null,"topics":["authentication","javascript","react","supabase"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xavimondev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-27T04:04:07.000Z","updated_at":"2023-12-01T05:49:53.000Z","dependencies_parsed_at":"2023-05-25T23:45:19.087Z","dependency_job_id":null,"html_url":"https://github.com/xavimondev/multiple-auth-supabase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xavimondev/multiple-auth-supabase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fmultiple-auth-supabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fmultiple-auth-supabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fmultiple-auth-supabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fmultiple-auth-supabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xavimondev","download_url":"https://codeload.github.com/xavimondev/multiple-auth-supabase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavimondev%2Fmultiple-auth-supabase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265331647,"owners_count":23748455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","javascript","react","supabase"],"created_at":"2024-10-13T08:29:19.639Z","updated_at":"2025-07-16T10:34:14.276Z","avatar_url":"https://github.com/xavimondev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multiple authentication on Supabase using React\n\n## Supabase - Set Up a Project and Profile table\n\n1. Login to [Login - Supabase](https://supabase.com/)\n2. Create a new project and fill the fields\n3. Go to SQL Editor and select 'User Management Starter' template\n4. Remove realtime block and storage block of the template\n5. On profiles table: \n    - Remove the following columns 'avatar_url' and 'website' and rename 'username' column to 'full_name'\n    - Remove unique constraint applied on 'username' column\n6. Run the script and the table 'profiles' will be created\n\n## Supabase - Project API Keys\n\n1. Sign In on Supabase\n2. Go to settings option on sidebar\n3. Select API option on project settings block\n4. Copy 'anon public' and 'URL'\n\n## Supabase - Set Up Email Auth\n\n1. Sign In on Supabase\n2. Go to authentication option on sidebar\n3. On Email Auth block, disabled `Double confirm email changes` and `Enable email confirmations`\n\n## Supabase - Set Up Google Provider\n\n- [Authenticacion with Google](https://supabase.com/docs/guides/auth/auth-google)\n\n## Development\n\n1. Clone this repo to a directory and then run `npm install`\n2. Set-up your environment variables following the `.env.example` file. NOTE: The environment file must be named like: `.env`\n  - You can get the `SUPABASE_URL` and `ANON_KEY` following [Supabase - Project API Keys](#supabase-project-api-keys)\n3. Run `npm run dev` to start developing mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavimondev%2Fmultiple-auth-supabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavimondev%2Fmultiple-auth-supabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavimondev%2Fmultiple-auth-supabase/lists"}