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(supabase_flutter): export signInWithOAuth() and generateRawNonce() #763

Merged
merged 1 commit into from Dec 14, 2023

Conversation

dshukertjr
Copy link
Member

@dshukertjr dshukertjr commented Dec 14, 2023

What kind of change does this PR introduce?

Currently signInWithOAuth() and generateRawNonce() are not exported in supabase_auth.dart file. This PR updates the export to make those methods available.

Fixes #762

@dshukertjr dshukertjr changed the title fix(gotrue): export signInWithOAuth() and generateRawNonce() fix(supabase_flutter): export signInWithOAuth() and generateRawNonce() Dec 14, 2023
@dshukertjr
Copy link
Member Author

Doing a new package release right after this PR is merged.

@dshukertjr dshukertjr merged commit 66fe49d into main Dec 14, 2023
2 checks passed
@dshukertjr dshukertjr deleted the fix/signInWithOAuth branch December 14, 2023 11:54
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.0.0] Can we have a migration guide from SupabaseClient.auth.signInWithOAuth()
2 participants