@authowl/core 0.15.5 → 0.15.6
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -85,9 +85,9 @@ try {
|
|
|
85
85
|
}
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
See the full [Admin API reference](https://github.com/
|
|
89
|
-
the [phone OTP and Akedly Shield guide](https://github.com/
|
|
90
|
-
and the [webhook signature guide](https://github.com/
|
|
88
|
+
See the full [Admin API reference](https://github.com/authowl/authowl-sdk/blob/main/docs/admin-api.md),
|
|
89
|
+
the [phone OTP and Akedly Shield guide](https://github.com/authowl/authowl-sdk/blob/main/docs/phone-otp.md),
|
|
90
|
+
and the [webhook signature guide](https://github.com/authowl/authowl-sdk/blob/main/docs/webhooks.md).
|
|
91
91
|
Webhook receivers import `verifyWebhook` from `@authowl/core/server`; it works
|
|
92
92
|
in Node and worker Web Crypto runtimes.
|
|
93
93
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authowl/core",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.6",
|
|
4
4
|
"description": "Framework-agnostic client for AuthOwl, the multi-tenant auth SaaS.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/authowl/authowl-sdk.git",
|
|
12
12
|
"directory": "packages/auth-core"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://
|
|
14
|
+
"homepage": "https://authowl.dev",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"authentication",
|
|
17
17
|
"auth",
|