@htmlbricks/hb-auth 0.60.9 → 0.60.11
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/manifest.json
CHANGED
|
@@ -151,7 +151,8 @@
|
|
|
151
151
|
"facebook",
|
|
152
152
|
"google",
|
|
153
153
|
"gitlab",
|
|
154
|
-
"github"
|
|
154
|
+
"github",
|
|
155
|
+
"authentik"
|
|
155
156
|
],
|
|
156
157
|
"type": "string"
|
|
157
158
|
}
|
|
@@ -203,6 +204,9 @@
|
|
|
203
204
|
{
|
|
204
205
|
"additionalProperties": false,
|
|
205
206
|
"properties": {
|
|
207
|
+
"auth_server_url": {
|
|
208
|
+
"type": "string"
|
|
209
|
+
},
|
|
206
210
|
"name": {
|
|
207
211
|
"$ref": "#/definitions/IProvider"
|
|
208
212
|
},
|
|
@@ -294,7 +298,8 @@
|
|
|
294
298
|
"facebook",
|
|
295
299
|
"google",
|
|
296
300
|
"gitlab",
|
|
297
|
-
"github"
|
|
301
|
+
"github",
|
|
302
|
+
"authentik"
|
|
298
303
|
],
|
|
299
304
|
"type": "string"
|
|
300
305
|
}
|
|
@@ -636,5 +641,5 @@
|
|
|
636
641
|
},
|
|
637
642
|
"iifePath": "main.iife.js",
|
|
638
643
|
"repoName": "@htmlbricks/hb-auth",
|
|
639
|
-
"version": "0.60.
|
|
644
|
+
"version": "0.60.11"
|
|
640
645
|
}
|
package/package.json
CHANGED
|
@@ -44,6 +44,9 @@
|
|
|
44
44
|
{
|
|
45
45
|
"additionalProperties": false,
|
|
46
46
|
"properties": {
|
|
47
|
+
"auth_server_url": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
47
50
|
"name": {
|
|
48
51
|
"$ref": "#/definitions/IProvider"
|
|
49
52
|
},
|
|
@@ -135,7 +138,8 @@
|
|
|
135
138
|
"facebook",
|
|
136
139
|
"google",
|
|
137
140
|
"gitlab",
|
|
138
|
-
"github"
|
|
141
|
+
"github",
|
|
142
|
+
"authentik"
|
|
139
143
|
],
|
|
140
144
|
"type": "string"
|
|
141
145
|
}
|