Giter Site home page Giter Site logo

supabase-resend-bug's Introduction

Supabase gotrue resend() issue

This repo is created from the Supabase SvelteKit auth exapmple to demonstrate an issue with the supabase.auth.resend() function.

Getting started

Install the dependencies for this project by running the following command from this repository root directory in your terminal

pnpm install

Project setup

  1. Create a project on the Supabase dashboard
  2. Get the URL and anon key from your Settings > API section
  3. Copy the .env.example file in this project and create a new .env file from it
  4. Replace PUBLIC_SUPABASE_URL with the URL from step 2 and PUBLIC_SUPABASE_ANON_KEY with anon key from step 2
  5. Copy the SQL below and paste it inside of the SQL Editor section
DROP TABLE IF EXISTS "public"."test";

-- Table Definition
CREATE TABLE "public"."test" (
    "id" int8 NOT NULL,
    "created_at" timestamptz DEFAULT now(),
    PRIMARY KEY ("id")
);
  1. Build the package that this example relies on using the following command
pnpm build:sveltekit
  1. Run the following command from the repository root
pnpm dev --filter=@example/sveltekit -- --open

supabase-resend-bug's People

Contributors

igorlanko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.