You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{createClient}from'@supabase/supabase-js'import{Auth}from'@supabase/auth-ui-react'constsupabase=createClient('<PROJECT URL>','<PROJECT ANON API KEY>')constApp=()=><AuthsupabaseClient={supabase}/>
Feature request
Packages or components for Authentication
Is your feature request related to a problem? Please describe.
Kontenbase provide UI component to make it easier for me to develop authentication features on the frontend
Describe the solution you'd like
Make this feature like in https://clerk.dev
Additional context
I think this feature will be very useful for developers
The text was updated successfully, but these errors were encountered: