@betterportal/auth-authress-io 10.0.1 → 10.0.3
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
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# BetterPortal Authress.io Auth Service
|
|
2
|
+
|
|
3
|
+
Authress.io auth provider for BetterPortal. The service accepts Authress identity data from the browser flow, issues BetterPortal tokens through the shared auth framework, and exposes login, refresh, logout, profile, and background refresh fragments for BP themes.
|
|
4
|
+
|
|
5
|
+
Registry org: `betterportal`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/auth-authress-io",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.3",
|
|
4
4
|
"description": "BetterPortal Authress.io auth service for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"start": "bsb-plugin-cli start",
|
|
12
12
|
"dev": "bsb-plugin-cli dev",
|
|
13
13
|
"test": "tsx --test tests/*.test.ts",
|
|
14
|
-
"prepublishOnly": "npm run build"
|
|
14
|
+
"prepublishOnly": "npm run build",
|
|
15
|
+
"publish:client": "bsb-client-cli publish"
|
|
15
16
|
},
|
|
16
17
|
"keywords": [
|
|
17
18
|
"betterportal",
|
|
@@ -28,9 +29,9 @@
|
|
|
28
29
|
"typescript": "^6.0.3"
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@betterportal/framework": "10.0.
|
|
32
|
-
"@bsb/base": "^9.
|
|
33
|
-
"@betterportal/plugin-bsb": "10.0.
|
|
32
|
+
"@betterportal/framework": "10.0.3",
|
|
33
|
+
"@bsb/base": "^9.6.12",
|
|
34
|
+
"@betterportal/plugin-bsb": "10.0.3",
|
|
34
35
|
"anyvali": "^1.0.6",
|
|
35
36
|
"jsonwebtoken": "^9.0.2",
|
|
36
37
|
"jsx-htmx": "4.0.0-beta4"
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"bsb-plugin.json"
|
|
42
43
|
],
|
|
43
44
|
"bsb": {
|
|
45
|
+
"orgId": "betterportal",
|
|
44
46
|
"hooks": {
|
|
45
47
|
"afterSchemas": "bp-codegen"
|
|
46
48
|
}
|