@betterportal/auth-workos 10.1.52 → 10.1.54
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.workos",
|
|
5
5
|
"title": "BetterPortal WorkOS",
|
|
6
6
|
"description": "WorkOS-backed auth service for BetterPortal apps.",
|
|
7
|
-
"version": "10.1.
|
|
7
|
+
"version": "10.1.54",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"title": "WorkOS Role Sync",
|
|
35
35
|
"description": "Synchronize BetterPortal permissions and roles with WorkOS.",
|
|
36
36
|
"path": "/.well-known/bp/config/workos-role-sync",
|
|
37
|
+
"pathVariants": [],
|
|
37
38
|
"methods": [
|
|
38
39
|
"GET"
|
|
39
40
|
],
|
|
@@ -63,6 +64,10 @@
|
|
|
63
64
|
}
|
|
64
65
|
]
|
|
65
66
|
},
|
|
67
|
+
"sitemap": {
|
|
68
|
+
"kind": "default"
|
|
69
|
+
},
|
|
70
|
+
"robots": [],
|
|
66
71
|
"role": "auth.roles.sync",
|
|
67
72
|
"dependencies": [],
|
|
68
73
|
"apiContracts": [],
|
|
@@ -77,6 +82,7 @@
|
|
|
77
82
|
"title": "Sync WorkOS Permissions",
|
|
78
83
|
"description": "Synchronize BetterPortal permissions to WorkOS.",
|
|
79
84
|
"path": "/.well-known/bp/config/workos-role-sync/permissions",
|
|
85
|
+
"pathVariants": [],
|
|
80
86
|
"methods": [
|
|
81
87
|
"POST"
|
|
82
88
|
],
|
|
@@ -106,6 +112,10 @@
|
|
|
106
112
|
}
|
|
107
113
|
]
|
|
108
114
|
},
|
|
115
|
+
"sitemap": {
|
|
116
|
+
"kind": "default"
|
|
117
|
+
},
|
|
118
|
+
"robots": [],
|
|
109
119
|
"role": "auth.roles.sync",
|
|
110
120
|
"dependencies": [],
|
|
111
121
|
"apiContracts": [],
|
|
@@ -120,6 +130,7 @@
|
|
|
120
130
|
"title": "Sync WorkOS Roles",
|
|
121
131
|
"description": "Synchronize WorkOS roles into BetterPortal.",
|
|
122
132
|
"path": "/.well-known/bp/config/workos-role-sync/roles",
|
|
133
|
+
"pathVariants": [],
|
|
123
134
|
"methods": [
|
|
124
135
|
"POST"
|
|
125
136
|
],
|
|
@@ -149,6 +160,10 @@
|
|
|
149
160
|
}
|
|
150
161
|
]
|
|
151
162
|
},
|
|
163
|
+
"sitemap": {
|
|
164
|
+
"kind": "default"
|
|
165
|
+
},
|
|
166
|
+
"robots": [],
|
|
152
167
|
"role": "auth.roles.sync",
|
|
153
168
|
"dependencies": [],
|
|
154
169
|
"apiContracts": [],
|
|
@@ -163,6 +178,7 @@
|
|
|
163
178
|
"title": "WorkOS Login",
|
|
164
179
|
"description": "Authenticate with WorkOS AuthKit and store BetterPortal auth headers.",
|
|
165
180
|
"path": "/login",
|
|
181
|
+
"pathVariants": [],
|
|
166
182
|
"methods": [
|
|
167
183
|
"GET"
|
|
168
184
|
],
|
|
@@ -408,6 +424,10 @@
|
|
|
408
424
|
],
|
|
409
425
|
"permissions": []
|
|
410
426
|
},
|
|
427
|
+
"sitemap": {
|
|
428
|
+
"kind": "default"
|
|
429
|
+
},
|
|
430
|
+
"robots": [],
|
|
411
431
|
"role": "auth.login",
|
|
412
432
|
"dependencies": [
|
|
413
433
|
"logout.index",
|
|
@@ -428,6 +448,7 @@
|
|
|
428
448
|
"title": "WorkOS Logout",
|
|
429
449
|
"description": "Clear the stored WorkOS bearer token.",
|
|
430
450
|
"path": "/logout",
|
|
451
|
+
"pathVariants": [],
|
|
431
452
|
"methods": [
|
|
432
453
|
"GET"
|
|
433
454
|
],
|
|
@@ -500,6 +521,10 @@
|
|
|
500
521
|
],
|
|
501
522
|
"permissions": []
|
|
502
523
|
},
|
|
524
|
+
"sitemap": {
|
|
525
|
+
"kind": "default"
|
|
526
|
+
},
|
|
527
|
+
"robots": [],
|
|
503
528
|
"role": "auth.logout",
|
|
504
529
|
"dependencies": [],
|
|
505
530
|
"apiContracts": [],
|
|
@@ -514,6 +539,7 @@
|
|
|
514
539
|
"title": "WorkOS Refresh",
|
|
515
540
|
"description": "Refresh BetterPortal tokens using a WorkOS-backed BP refresh token.",
|
|
516
541
|
"path": "/refresh",
|
|
542
|
+
"pathVariants": [],
|
|
517
543
|
"methods": [
|
|
518
544
|
"POST"
|
|
519
545
|
],
|
|
@@ -593,6 +619,10 @@
|
|
|
593
619
|
],
|
|
594
620
|
"permissions": []
|
|
595
621
|
},
|
|
622
|
+
"sitemap": {
|
|
623
|
+
"kind": "default"
|
|
624
|
+
},
|
|
625
|
+
"robots": [],
|
|
596
626
|
"role": "auth.refresh",
|
|
597
627
|
"dependencies": [],
|
|
598
628
|
"apiContracts": [],
|
|
@@ -832,6 +862,7 @@
|
|
|
832
862
|
{
|
|
833
863
|
"viewId": "workos-role-sync.index",
|
|
834
864
|
"path": "/.well-known/bp/config/workos-role-sync",
|
|
865
|
+
"pathVariants": [],
|
|
835
866
|
"methods": [
|
|
836
867
|
"GET"
|
|
837
868
|
],
|
|
@@ -844,6 +875,7 @@
|
|
|
844
875
|
{
|
|
845
876
|
"viewId": "workos-role-sync.permissions",
|
|
846
877
|
"path": "/.well-known/bp/config/workos-role-sync/permissions",
|
|
878
|
+
"pathVariants": [],
|
|
847
879
|
"methods": [
|
|
848
880
|
"POST"
|
|
849
881
|
],
|
|
@@ -856,6 +888,7 @@
|
|
|
856
888
|
{
|
|
857
889
|
"viewId": "workos-role-sync.roles",
|
|
858
890
|
"path": "/.well-known/bp/config/workos-role-sync/roles",
|
|
891
|
+
"pathVariants": [],
|
|
859
892
|
"methods": [
|
|
860
893
|
"POST"
|
|
861
894
|
],
|
|
@@ -868,6 +901,7 @@
|
|
|
868
901
|
{
|
|
869
902
|
"viewId": "login.index",
|
|
870
903
|
"path": "/login",
|
|
904
|
+
"pathVariants": [],
|
|
871
905
|
"methods": [
|
|
872
906
|
"GET"
|
|
873
907
|
],
|
|
@@ -899,6 +933,7 @@
|
|
|
899
933
|
{
|
|
900
934
|
"viewId": "logout.index",
|
|
901
935
|
"path": "/logout",
|
|
936
|
+
"pathVariants": [],
|
|
902
937
|
"methods": [
|
|
903
938
|
"GET"
|
|
904
939
|
],
|
|
@@ -911,6 +946,7 @@
|
|
|
911
946
|
{
|
|
912
947
|
"viewId": "refresh.index",
|
|
913
948
|
"path": "/refresh",
|
|
949
|
+
"pathVariants": [],
|
|
914
950
|
"methods": [
|
|
915
951
|
"POST"
|
|
916
952
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/auth-workos",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.54",
|
|
4
4
|
"description": "BetterPortal WorkOS auth service for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"typescript": "^6.0.3"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@betterportal/framework": "10.1.
|
|
37
|
-
"@betterportal/plugin-bsb": "10.1.
|
|
36
|
+
"@betterportal/framework": "10.1.54",
|
|
37
|
+
"@betterportal/plugin-bsb": "10.1.54",
|
|
38
38
|
"@bsb/base": "^9.6.60",
|
|
39
39
|
"@workos-inc/node": "^10.7.0",
|
|
40
40
|
"anyvali": "^1.0.6",
|