supabase/auth-py

Add message_id field to sign_in_with_otp

J0 opened this issue · 1 comments

J0 commented

Chore

We need to add the newly introduced message_id field to the Python Pydantic model so that developers can properly send OTP messages without error

Spinoff of this issue

API specification of message_id: https://github.com/supabase/gotrue/blob/master/openapi.yaml#L474

Return Type for JS lib: https://github.com/supabase/gotrue-js/blob/master/src/lib/types.ts#L131

Is there a short-term workaround for this?