2
there is not information about email_change_token_new and email_change_token_current
Source: supabase/supabase#27862 · opened by @cenullum
Improve documentation Describe the problem I want to know how to verify both of otps or verify email_change_token_new myself in a rpc function.  RETURNS BOOLEAN SECURITY DEFINER AS $$ BEGIN RETURN EXISTS ( SELECT id FROM auth.users WHERE id = auth.uid() AND encrypted_password = crypt(password::text, auth.users.encrypted_password) ); END; $$ LANGUAGE plpgsql; actually main problem is I couldn't verify_otp both of tokens that sent to new and old emails at same time or one by one ![resim]( that is why I try…
No pledges yet. Be the first to back this.
Comments
Similar requests
Send provider name back when using Providers
1 vote · 0 comments
Additional Information to help setup with AWS SES
2 votes · 0 comments
Update Postgress Changes documentation page
2 votes · 0 comments
Supabase Auth in immutable auth object in JWT
2 votes · 0 comments
Insert user to auth.users, get the latest id inserted and then add additional informations to public.profiles based on that last id?
1 vote · 0 comments
No comments yet.