-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #15
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Proziam
what about the
captcha_token
option?Doesn't it needs to be nested in a
gotrue_meta_security
object?https://github.com/supabase/auth/blob/a4c692f6cb1b8bf4c47ea012872af5ce93382fbf/openapi.yaml#L374-L375
I see there are also other possible options not handled yet (I don't use/need them personally, but eventually maybe someone else will?):
https://github.com/supabase/auth-js/blob/9748dd9ba0c4b97d2ea81f6fd5d9585ad0cfe839/src/GoTrueClient.ts#L452-L454
https://github.com/supabase/auth/blob/a4c692f6cb1b8bf4c47ea012872af5ce93382fbf/openapi.yaml#L343-L348