mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 07:50:20 +08:00
Fixes #42192 Replaces the deprecated `getSession` call with `getClaims` in the SolidJS tutorial documentation (`with-solidjs.mdx`). Changes: - `supabase.auth.getSession()` → `supabase.auth.getClaims()` - `data.session` → `data.claims` This follows the recommended migration pattern per the Supabase auth docs, and is consistent with the same fix applied to the Refine tutorial in #43006. --------- Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
2 lines
105 B
Plaintext
2 lines
105 B
Plaintext
VITE_SUPABASE_URL=https://your-project-ref.supabase.co
|
|
VITE_SUPABASE_PUBLISHABLE_KEY=your-publishable-key |