Kang Ming

Results 10 issues of Kang Ming

## What kind of change does this PR introduce? * Provides corresponding methods for gotrue-js for password reauthentication ``` // To send a reauthentication request supabase.auth.reauthenticate() // To update password...

## What kind of change does this PR introduce? * Adds the gotrue-js MFA methods to the reference guide

## What kind of change does this PR introduce? * Add MFA methods to reference docs

## What kind of change does this PR introduce? * Update "going to prod" checklist with auth rate limit information * Add `redirectTo` info in auth reference docs * WIP:...

## What kind of change does this PR introduce? * To be merged when backend changes are deployed * Add a config to allow users to decide the rate limit...

## What kind of change does this PR introduce? * Address [the comment](https://github.com/supabase/auth-helpers/issues/717#issuecomment-1962251408) raised in #717 * `createBrowserClient` in the ssr package also doesn't seem to respect the custom cookie...

## What kind of change does this PR introduce? * Adds a `supabase seed auth` command that generates sql examples to add test users and saves them in a `seed.example.sql`...

# Feature request Currently, only the provider_token (oauth_token) is being returned for OAuth1.0 providers. In the future, we would either want to return the `oauth_secret_token` as well or not at...

enhancement

# Bug report * Missing SMTP env vars cause the `POST /admin/generate_link` endpoint to fail silently and return an empty string in the action_link field in the response. * https://github.com/supabase/gotrue/blob/aead739cfff919500cdee343496279743448bca8/api/mail.go#L145

bug
good first issue
hacktoberfest

## What kind of change does this PR introduce? * adds a lint to check if there are any policies that allow access to anonymous users ## What is the...