@cedarjs/auth-supabase-api 1.0.0-canary.12981 → 1.0.0-canary.12988
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ look at one of the existing auth providers in
|
|
|
12
12
|
templates in `../templates`.
|
|
13
13
|
|
|
14
14
|
If you need help setting up a custom auth provider there's more info in the
|
|
15
|
-
[auth docs](https://
|
|
15
|
+
[auth docs](https://cedarjs.com/docs/authentication).
|
|
16
16
|
|
|
17
17
|
### Contributing to the base auth implementation
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-supabase-api",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12988+f527e703d",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"test:watch": "vitest watch"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cedarjs/api": "1.0.0-canary.
|
|
42
|
+
"@cedarjs/api": "1.0.0-canary.12988",
|
|
43
43
|
"@supabase/ssr": "0.8.0",
|
|
44
44
|
"jsonwebtoken": "9.0.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@arethetypeswrong/cli": "0.18.2",
|
|
48
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
48
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12988",
|
|
49
49
|
"@types/aws-lambda": "8.10.159",
|
|
50
50
|
"@types/jsonwebtoken": "9.0.10",
|
|
51
51
|
"concurrently": "8.2.2",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "f527e703d59ba1fb0cfa27e98ee16eb18df7f20d"
|
|
61
61
|
}
|