Skip to content

Commit 62b9249

Browse files
committed
more
1 parent 74c0498 commit 62b9249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,16 @@ const FEATURED: {
184184
{ name: 'better-auth', description: 'Comprehensive authentication library' },
185185
{
186186
name: '@supabase/ssr',
187-
description: 'Server-side auth to use cookie-based authentication with SvelteKit'
187+
description: 'Server-side library for cookie-based authentication with SvelteKit'
188188
},
189189
{
190190
name: 'altcha',
191191
description:
192-
'Privacy-first CAPTCHA widget, compliant with global regulations (GDPR/HIPAA/CCPA/LGDP/DPDPA/PIPL) and WCAG accessible'
192+
'Privacy-first CAPTCHA widget, compliant with global regulations and WCAG accessible'
193193
},
194194
{
195195
name: 'svelte-clerk',
196-
description: 'Easily add authentication and user management to your app'
196+
description: 'Unofficial implementation of Clerk'
197197
},
198198
{ name: 'svelte-session-manager', description: 'JWT session store' },
199199
{

0 commit comments

Comments
 (0)