Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add verify argument to _init_supabase_auth_client() #913

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

arkadiy-telegin
Copy link
Contributor

What kind of change does this PR introduce?

Add verify argument to _init_supabase_auth_client() for SSL certificate verification. This follows the convention set by _init_postgrest_client() and _init_storage_client().

What is the current behavior?

verify flag cannot be passed to the underlying [Async]GoTrueClient.

What is the new behavior?

_init_supabase_auth_client() can be passed the verify flag that is propagated to the underlying [Async]GoTrueClient.

Additional context

Follows convention of #813

@grdsdev grdsdev changed the title Add verify argument to _init_supabase_auth_client() fix: add verify argument to _init_supabase_auth_client() Aug 29, 2024
Copy link
Contributor

@grdsdev grdsdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@grdsdev grdsdev merged commit cb6743b into supabase:main Aug 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants