@crossauth/sveltekit 0.0.26 → 0.0.28
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.
|
@@ -482,7 +482,8 @@ export declare class SvelteKitOAuthClient extends OAuthClientBackend {
|
|
|
482
482
|
post: (event: RequestEvent) => Promise<Response | {
|
|
483
483
|
access_token?: string | undefined;
|
|
484
484
|
refresh_token?: string | undefined;
|
|
485
|
-
id_token?: string | undefined;
|
|
485
|
+
id_token?: string | undefined;
|
|
486
|
+
/**
|
|
486
487
|
* This function is called after successful authorization to pass the
|
|
487
488
|
* new tokens to.
|
|
488
489
|
* @param oauthResponse the response from the OAuth `token` endpoint.
|
|
@@ -516,7 +517,8 @@ export declare class SvelteKitOAuthClient extends OAuthClientBackend {
|
|
|
516
517
|
post: (event: RequestEvent) => Promise<Response | {
|
|
517
518
|
access_token?: string | undefined;
|
|
518
519
|
refresh_token?: string | undefined;
|
|
519
|
-
id_token?: string | undefined;
|
|
520
|
+
id_token?: string | undefined;
|
|
521
|
+
/**
|
|
520
522
|
* This function is called after successful authorization to pass the
|
|
521
523
|
* new tokens to.
|
|
522
524
|
* @param oauthResponse the response from the OAuth `token` endpoint.
|
|
@@ -548,7 +550,8 @@ export declare class SvelteKitOAuthClient extends OAuthClientBackend {
|
|
|
548
550
|
post: (event: RequestEvent) => Promise<Response | {
|
|
549
551
|
access_token?: string | undefined;
|
|
550
552
|
refresh_token?: string | undefined;
|
|
551
|
-
id_token?: string | undefined;
|
|
553
|
+
id_token?: string | undefined;
|
|
554
|
+
/**
|
|
552
555
|
* This function is called after successful authorization to pass the
|
|
553
556
|
* new tokens to.
|
|
554
557
|
* @param oauthResponse the response from the OAuth `token` endpoint.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossauth/sveltekit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"minimatch": "^10.0.1",
|
|
47
47
|
"qrcode": "^1.5.4",
|
|
48
48
|
"vite-plugin-dts": "^3.6.4",
|
|
49
|
-
"@crossauth/backend": "^0.0.
|
|
50
|
-
"@crossauth/common": "^0.0.
|
|
49
|
+
"@crossauth/backend": "^0.0.28",
|
|
50
|
+
"@crossauth/common": "^0.0.28"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"preparex": "svelte-kit sync",
|