@betterportal/auth-authress-io 10.1.53 → 10.1.55

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.
@@ -4,7 +4,7 @@
4
4
  "pluginId": "org.betterportal.auth.authress-io",
5
5
  "title": "BetterPortal Authress.io",
6
6
  "description": "Authress-backed auth service for BetterPortal apps.",
7
- "version": "10.1.53",
7
+ "version": "10.1.55",
8
8
  "category": "service",
9
9
  "deploymentModes": [
10
10
  "self-hosted"
@@ -31,6 +31,7 @@
31
31
  "title": "Authress Login",
32
32
  "description": "Authenticate with Authress and store the Authress bearer token.",
33
33
  "path": "/login",
34
+ "pathVariants": [],
34
35
  "methods": [
35
36
  "GET",
36
37
  "POST"
@@ -325,6 +326,10 @@
325
326
  ],
326
327
  "permissions": []
327
328
  },
329
+ "sitemap": {
330
+ "kind": "default"
331
+ },
332
+ "robots": [],
328
333
  "role": "auth.login",
329
334
  "dependencies": [
330
335
  "logout.index",
@@ -345,6 +350,7 @@
345
350
  "title": "Authress Logout",
346
351
  "description": "Clear the stored Authress bearer token.",
347
352
  "path": "/logout",
353
+ "pathVariants": [],
348
354
  "methods": [
349
355
  "GET"
350
356
  ],
@@ -417,6 +423,10 @@
417
423
  ],
418
424
  "permissions": []
419
425
  },
426
+ "sitemap": {
427
+ "kind": "default"
428
+ },
429
+ "robots": [],
420
430
  "role": "auth.logout",
421
431
  "dependencies": [],
422
432
  "apiContracts": [],
@@ -431,6 +441,7 @@
431
441
  "title": "Authress Refresh",
432
442
  "description": "Refresh BetterPortal tokens after Authress session renewal.",
433
443
  "path": "/refresh",
444
+ "pathVariants": [],
434
445
  "methods": [
435
446
  "POST"
436
447
  ],
@@ -510,6 +521,10 @@
510
521
  ],
511
522
  "permissions": []
512
523
  },
524
+ "sitemap": {
525
+ "kind": "default"
526
+ },
527
+ "robots": [],
513
528
  "role": "auth.refresh",
514
529
  "dependencies": [],
515
530
  "apiContracts": [],
@@ -810,6 +825,7 @@
810
825
  {
811
826
  "viewId": "login.index",
812
827
  "path": "/login",
828
+ "pathVariants": [],
813
829
  "methods": [
814
830
  "GET",
815
831
  "POST"
@@ -842,6 +858,7 @@
842
858
  {
843
859
  "viewId": "logout.index",
844
860
  "path": "/logout",
861
+ "pathVariants": [],
845
862
  "methods": [
846
863
  "GET"
847
864
  ],
@@ -854,6 +871,7 @@
854
871
  {
855
872
  "viewId": "refresh.index",
856
873
  "path": "/refresh",
874
+ "pathVariants": [],
857
875
  "methods": [
858
876
  "POST"
859
877
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "org.betterportal.auth.authress-io",
3
3
  "events": {},
4
- "version": "10.1.53",
4
+ "version": "10.1.55",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-auth-authress-io",
3
3
  "name": "org.betterportal.auth.authress-io",
4
- "version": "10.1.53",
4
+ "version": "10.1.55",
5
5
  "description": "BetterPortal Authress.io auth service",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/auth-authress-io",
3
- "version": "10.1.53",
3
+ "version": "10.1.55",
4
4
  "description": "BetterPortal Authress.io auth service for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@authress/sdk": "^3.2.276",
37
- "@betterportal/framework": "10.1.53",
38
- "@betterportal/plugin-bsb": "10.1.53",
37
+ "@betterportal/framework": "10.1.55",
38
+ "@betterportal/plugin-bsb": "10.1.55",
39
39
  "@bsb/base": "^9.6.60",
40
40
  "anyvali": "^1.0.6",
41
41
  "jsonwebtoken": "^9.0.2",