© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
2 replies
Mathias

Supabase v2 - Slack provider

I'm trying to update to v2 rc, and according to the this post: https://supabase.com/blog/supabase-js-v2#new-auth-methods

There are new auth methods. Which one is the correct one for the providers? I'm trying to use Slack as a provider.

Here is the old way:
async function signInWithSlack() {
    const { user, session, error } = await supabase.auth.signIn({
      provider: "slack",
    });
  }
async function signInWithSlack() {
    const { user, session, error } = await supabase.auth.signIn({
      provider: "slack",
    });
  }
Supabase
supabase-js v2 Release Candidate
First peek of supabase-js v2, which focuses on quality-of-life improvements for developers.
supabase-js v2 Release Candidate
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Supabase Auth - with slack alerts?
SupabaseSSupabase / help-and-questions
14mo ago
Supabase Auth UI provider warning
SupabaseSSupabase / help-and-questions
4y ago
Upgrading supabase into v2 subscribe
SupabaseSSupabase / help-and-questions
4y ago
Next.js and Supabase v2
SupabaseSSupabase / help-and-questions
4y ago