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

UI component for Authentication #8

Open
aswara opened this issue Nov 26, 2022 · 1 comment
Open

UI component for Authentication #8

aswara opened this issue Nov 26, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aswara
Copy link

aswara commented Nov 26, 2022

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

@aswara aswara added the enhancement New feature or request label Nov 26, 2022
@mhaidarhanif
Copy link
Contributor

Supabase has this as "Auth UI": https://supabase.com/docs/guides/auth/auth-helpers/auth-ui

Auth UI is a pre-built React component for authenticating users. It supports custom themes and extensible styles to match your brand and aesthetic.

As simple as:

npm install @supabase/supabase-js @supabase/auth-ui-react
import { createClient } from '@supabase/supabase-js'
import { Auth } from '@supabase/auth-ui-react'

const supabase = createClient('<PROJECT URL>', '<PROJECT ANON API KEY>')

const App = () => <Auth supabaseClient={supabase} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants