General Info
Feature request
Add a fun verifyEmailOtp(type: OtpType.Email, tokenHash: String) function to verify an OTP from a token hash. This feature is present in official Supabase SDKs such as the JS SDK (see verifyOtp) and Swift SDK (see merged PR).
Usecase
This would be very useful when verifying an OTP coming from a link sent by email.