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

Refactor SSO Auth #351

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Refactor SSO Auth #351

merged 2 commits into from
Nov 18, 2023

Conversation

jan-tennert
Copy link
Collaborator

What kind of change does this PR introduce?

Feature

What is the current behavior?

You can sign in with SSO like this:

supabase.auth.signInWith(SSO.withDomain("domain"))

What is the new behavior?

This has been changed to match other auth providers:

supabase.auth.signInWith(SSO) {
    domain = "domain"
}

@jan-tennert jan-tennert added enhancement New feature or request auth labels Nov 18, 2023
@jan-tennert jan-tennert self-assigned this Nov 18, 2023
@jan-tennert jan-tennert merged commit ef00904 into development Nov 18, 2023
@jan-tennert jan-tennert deleted the refactor-sso branch November 18, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant