
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@supabase/auth-ui-svelte
Advanced tools
Supabase Auth UI is a collection of pre built UI components that work seamlessly with @supabase/auth-helpers.
Supabase Auth UI is a collection of pre built UI components that work seamlessly with @supabase/auth-helpers.
The main purpose of these components is to allow developers to get working on their apps quickly, but also be able to use their own style/css.
Auth UI is kept deliberately separate from @supabase/auth-helpers so that developers can migrate away from pre-built UI components as their UI system naturally matures.
In order to make use of the Auth UI Svelte you'll need to have a few things ready first. Let's talk about those things step by step:
First let us install Supabase into our Svelte project.
npm install @supabase/supabase-js @supabase/auth-ui-svelte
# or
pnpm add @supabase/supabase-js @supabase/auth-ui-svelte
# or
yarn add @supabase/supabase-js @supabase/auth-ui-svelte
Let's create our Supabase client
import { createClient } from '@supabase/supabase-js'
const supabase = createClient(
'<INSERT PROJECT URL>',
'<INSERT PROJECT ANON API KEY>'
)
<script lang="ts">
import { createClient } from '@supabase/supabase-js'
import { Auth } from '@supabase/auth-ui-svelte'
const supabase = createClient(
'<INSERT PROJECT URL>',
'<INSERT PROJECT ANON API KEY>'
)
</script>
<Auth supabaseClient={supabase} />
And voila we're done! This will give you the bare minimum of what you'll need to get started with supabase-auth-ui. In order to add styling to your Auth component checkout our full documentation here
FAQs
Supabase Auth UI is a collection of pre built UI components that work seamlessly with @supabase/auth-helpers.
The npm package @supabase/auth-ui-svelte receives a total of 3,422 weekly downloads. As such, @supabase/auth-ui-svelte popularity was classified as popular.
We found that @supabase/auth-ui-svelte demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.