Yahoo Search Busca da Web

Resultado da Busca

  1. supabase.com › dashboard › sign-inSupabase

    Sign in to your account. Continue with GitHub. Continue with SSO. or. Email. Password. Forgot Password?

    • Auth

      Supabase Auth makes it easy to implement authentication and...

    • Social Login

      Social Login (OAuth) is an open standard for authentication...

    • Dashboard

      All projects. Account. Preferences Access Tokens Security...

  2. All projects. Account. Preferences Access Tokens Security Audit Logs

  3. supabase.com › dashboard › sign-in-ssoSupabase

    Sign in to your enterprise account. Email. Sign In. Interested in SSO? Let Us Know.

    • Use Supabase to Authenticate and Authorize Your users.
    • About Authentication and Authorization#
    • The Supabase Ecosystem#
    • Providers#

    Supabase Auth makes it easy to implement authentication and authorization in your app. We provide client SDKs and API endpoints to help you create and manage users. Your users can use many popular Auth methods, including password, magic link, one-time password (OTP), social login, and single sign-on (SSO).

    Authentication and authorization are the core responsibilities of any Auth system. 1. Authenticationmeans checking that a user is who they say they are. 2. Authorizationmeans checking what resources a user is allowed to access. Supabase Auth uses JSON Web Tokens (JWTs) for authentication. Auth integrates with Supabase's database features, making it...

    You can use Supabase Auth as a standalone product, but it's also built to integrate with the Supabase ecosystem. Auth uses your project's Postgres database under the hood, storing user data and other Auth information in a special schema. You can connect this data to your own tables using triggers and foreign key references. Auth also enables access...

    Supabase Auth works with many popular Auth methods, including Social and Phone Auth using third-party providers. See the following sections for a list of supported third-party providers.

  4. Learn how to add social login to your applications using Supabase Auth, an open standard for authentication that allows users to log in with their credentials from other websites or apps. Supabase supports a variety of social providers, such as Google, Facebook, Apple, and more.

  5. 19 de set. de 2023 · Learn how to build secure and flexible login systems with Supabase, an open-source platform for web development. This tutorial shows you how to use Supabase Edge Functions to enable users to log in with username and password or email and password.

  6. supabase.com › docsSupabase Docs

    Supabase is an open source Firebase alternative with Postgres, Auth, Storage, AI, Realtime and Edge Functions. To log in to Supabase, you need to create an account and use the Supabase CLI or the web interface.