@authhero/kysely-adapter 0.6.5 → 0.6.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/dist/kysely-adapter.mjs
CHANGED
|
@@ -4361,17 +4361,19 @@ function Ka(n) {
|
|
|
4361
4361
|
client_id: c,
|
|
4362
4362
|
response_type: d,
|
|
4363
4363
|
response_mode: u,
|
|
4364
|
-
|
|
4364
|
+
redirect_uri: l,
|
|
4365
|
+
...T
|
|
4365
4366
|
} = r;
|
|
4366
4367
|
return {
|
|
4367
|
-
...
|
|
4368
|
+
...T,
|
|
4368
4369
|
authParams: {
|
|
4369
4370
|
state: s,
|
|
4370
4371
|
nonce: a,
|
|
4371
4372
|
scope: o,
|
|
4372
4373
|
client_id: c,
|
|
4373
4374
|
response_type: d,
|
|
4374
|
-
response_mode: u
|
|
4375
|
+
response_mode: u,
|
|
4376
|
+
redirect_uri: l
|
|
4375
4377
|
}
|
|
4376
4378
|
};
|
|
4377
4379
|
};
|