@floatingpixels/supabase-nuxt 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/module.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,13 +63,13 @@ Default: `process.env.NUXT_PUBLIC_SUPABASE_URL` (e.g.: `https://example.supabase
|
|
|
63
63
|
|
|
64
64
|
The unique Supabase URL which is supplied when you create a new project in your project dashboard.
|
|
65
65
|
|
|
66
|
-
### `
|
|
66
|
+
### `publishableKey`
|
|
67
67
|
|
|
68
68
|
Default: `process.env.NUXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY`
|
|
69
69
|
|
|
70
70
|
Supabase 'publishable key', used to access the Supabase API gateway and interact with your Supabase database making use of user JWT to apply RLS Policies.
|
|
71
71
|
|
|
72
|
-
### `
|
|
72
|
+
### `secretKey`
|
|
73
73
|
|
|
74
74
|
Default: `process.env.NUXT_SUPABASE_SERVICE_ROLE_KEY`
|
|
75
75
|
|
package/dist/module.json
CHANGED