@aura-stack/auth 0.1.0-rc.9 → 0.2.0-rc.1
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/@types/index.cjs +15 -15
- package/dist/@types/index.d.ts +7 -31
- package/dist/@types/index.js +1 -1
- package/dist/@types/router.d.cjs +1 -1
- package/dist/@types/router.d.d.ts +7 -7
- package/dist/@types/utility.cjs +15 -15
- package/dist/@types/utility.d.ts +4 -8
- package/dist/@types/utility.js +1 -1
- package/dist/actions/callback/access-token.cjs +176 -155
- package/dist/actions/callback/access-token.d.ts +15 -20
- package/dist/actions/callback/access-token.js +10 -4
- package/dist/actions/callback/callback.cjs +394 -490
- package/dist/actions/callback/callback.d.ts +10 -12
- package/dist/actions/callback/callback.js +16 -12
- package/dist/actions/callback/userinfo.cjs +166 -145
- package/dist/actions/callback/userinfo.d.ts +9 -9
- package/dist/actions/callback/userinfo.js +12 -6
- package/dist/actions/csrfToken/csrfToken.cjs +112 -190
- package/dist/actions/csrfToken/csrfToken.d.ts +3 -3
- package/dist/actions/csrfToken/csrfToken.js +12 -8
- package/dist/actions/index.cjs +652 -814
- package/dist/actions/index.d.ts +13 -13
- package/dist/actions/index.js +34 -18
- package/dist/actions/session/session.cjs +86 -176
- package/dist/actions/session/session.d.ts +3 -3
- package/dist/actions/session/session.js +10 -7
- package/dist/actions/signIn/authorization.cjs +254 -263
- package/dist/actions/signIn/authorization.d.ts +12 -18
- package/dist/actions/signIn/authorization.js +16 -6
- package/dist/actions/signIn/signIn.cjs +320 -456
- package/dist/actions/signIn/signIn.d.ts +10 -10
- package/dist/actions/signIn/signIn.js +13 -10
- package/dist/actions/signOut/signOut.cjs +304 -473
- package/dist/actions/signOut/signOut.d.ts +3 -3
- package/dist/actions/signOut/signOut.js +14 -11
- package/dist/assert.cjs +40 -36
- package/dist/assert.d.ts +13 -4
- package/dist/assert.js +12 -2
- package/dist/chunk-3EUWD5BB.js +63 -0
- package/dist/chunk-42XB3YCW.js +19 -17
- package/dist/chunk-6R2YZ4AC.js +22 -0
- package/dist/chunk-A3N4PVAT.js +70 -0
- package/dist/chunk-B737EUJV.js +22 -0
- package/dist/chunk-CXLATHS5.js +143 -0
- package/dist/chunk-E3OXBRYF.js +19 -17
- package/dist/chunk-EIL2FPSS.js +22 -0
- package/dist/chunk-EMKJA2GJ.js +89 -0
- package/dist/chunk-FIPU4MLT.js +18 -16
- package/dist/chunk-FKRDCWBF.js +19 -17
- package/dist/chunk-GA2SMTJO.js +58 -0
- package/dist/chunk-HP34YGGJ.js +22 -0
- package/dist/chunk-HT4YLL7N.js +35 -0
- package/dist/chunk-IKHPGFCW.js +11 -9
- package/dist/chunk-IUYZQTJV.js +30 -0
- package/dist/chunk-IVET23KF.js +58 -0
- package/dist/chunk-JVFTCTTE.js +33 -0
- package/dist/chunk-KRNOMBXQ.js +19 -17
- package/dist/chunk-KSWLO5ZU.js +102 -0
- package/dist/chunk-N2APGLXA.js +71 -0
- package/dist/chunk-N4SX7TZT.js +96 -0
- package/dist/chunk-RRLIF4PQ.js +55 -0
- package/dist/chunk-STHEPPUZ.js +8 -6
- package/dist/chunk-TLE4PXY3.js +39 -0
- package/dist/chunk-W6LG7BFW.js +197 -0
- package/dist/chunk-YRCB5FLE.js +79 -0
- package/dist/chunk-ZNCZVF6U.js +14 -0
- package/dist/cookie.cjs +222 -187
- package/dist/cookie.d.ts +39 -76
- package/dist/cookie.js +27 -34
- package/dist/errors.cjs +85 -0
- package/dist/errors.d.ts +49 -0
- package/dist/errors.js +18 -0
- package/dist/headers.cjs +28 -28
- package/dist/headers.d.ts +2 -2
- package/dist/headers.js +6 -2
- package/dist/index-DkaLJFn8.d.ts +679 -0
- package/dist/index.cjs +1074 -1007
- package/dist/index.d.ts +10 -31
- package/dist/index.js +85 -51
- package/dist/jose.cjs +74 -66
- package/dist/jose.d.ts +11 -8
- package/dist/jose.js +10 -5
- package/dist/oauth/bitbucket.cjs +38 -38
- package/dist/oauth/bitbucket.d.ts +7 -7
- package/dist/oauth/bitbucket.js +6 -2
- package/dist/oauth/discord.cjs +47 -48
- package/dist/oauth/discord.d.ts +7 -7
- package/dist/oauth/discord.js +6 -2
- package/dist/oauth/figma.cjs +39 -39
- package/dist/oauth/figma.d.ts +7 -7
- package/dist/oauth/figma.js +6 -2
- package/dist/oauth/github.cjs +31 -31
- package/dist/oauth/github.d.ts +7 -7
- package/dist/oauth/github.js +6 -2
- package/dist/oauth/gitlab.cjs +39 -39
- package/dist/oauth/gitlab.d.ts +7 -7
- package/dist/oauth/gitlab.js +6 -2
- package/dist/oauth/index.cjs +350 -180
- package/dist/oauth/index.d.ts +7 -26
- package/dist/oauth/index.js +51 -9
- package/dist/oauth/mailchimp.cjs +46 -0
- package/dist/oauth/mailchimp.d.ts +7 -0
- package/dist/oauth/mailchimp.js +6 -0
- package/dist/oauth/pinterest.cjs +46 -0
- package/dist/oauth/pinterest.d.ts +7 -0
- package/dist/oauth/pinterest.js +6 -0
- package/dist/oauth/spotify.cjs +39 -39
- package/dist/oauth/spotify.d.ts +7 -7
- package/dist/oauth/spotify.js +6 -2
- package/dist/oauth/strava.cjs +46 -0
- package/dist/oauth/strava.d.ts +7 -0
- package/dist/oauth/strava.js +6 -0
- package/dist/oauth/x.cjs +39 -39
- package/dist/oauth/x.d.ts +7 -7
- package/dist/oauth/x.js +6 -2
- package/dist/request.cjs +38 -0
- package/dist/request.d.ts +13 -0
- package/dist/request.js +6 -0
- package/dist/schemas.cjs +103 -97
- package/dist/schemas.d.ts +96 -126
- package/dist/schemas.js +20 -18
- package/dist/secure.cjs +106 -101
- package/dist/secure.d.ts +17 -17
- package/dist/secure.js +19 -4
- package/dist/utils.cjs +197 -135
- package/dist/utils.d.ts +20 -26
- package/dist/utils.js +25 -21
- package/package.json +8 -7
- package/dist/chunk-256KIVJL.js +0 -110
- package/dist/chunk-6SM22VVJ.js +0 -15
- package/dist/chunk-CAKJT3KS.js +0 -77
- package/dist/chunk-EBPE35JT.js +0 -29
- package/dist/chunk-FJUDBLCP.js +0 -52
- package/dist/chunk-GZU3RBTB.js +0 -51
- package/dist/chunk-HGJ4TXY4.js +0 -105
- package/dist/chunk-HMRKN75I.js +0 -74
- package/dist/chunk-JAPMIE6S.js +0 -8
- package/dist/chunk-LLR722CL.js +0 -75
- package/dist/chunk-RLT4RFKV.js +0 -36
- package/dist/chunk-SJPDVKUS.js +0 -93
- package/dist/chunk-SMQO5WD7.js +0 -20
- package/dist/chunk-UJJ7R56J.js +0 -42
- package/dist/chunk-UTDLUEEG.js +0 -25
- package/dist/chunk-VFTYH33W.js +0 -44
- package/dist/chunk-XXJKNKGQ.js +0 -27
- package/dist/chunk-ZV4BH47P.js +0 -156
- package/dist/error.cjs +0 -88
- package/dist/error.d.ts +0 -62
- package/dist/error.js +0 -9
- package/dist/index-DpfbvTZ_.d.ts +0 -597
- package/dist/response.cjs +0 -34
- package/dist/response.d.ts +0 -10
- package/dist/response.js +0 -2
package/dist/@types/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict"
|
|
2
|
-
var __defProp = Object.defineProperty
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
6
|
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod)
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
15
|
|
|
16
16
|
// src/@types/index.ts
|
|
17
|
-
var types_exports = {}
|
|
18
|
-
module.exports = __toCommonJS(types_exports)
|
|
17
|
+
var types_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(types_exports);
|
package/dist/@types/index.d.ts
CHANGED
|
@@ -1,31 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
export {
|
|
7
|
-
|
|
8
|
-
c as AuthConfig,
|
|
9
|
-
d as AuthInstance,
|
|
10
|
-
A as AuthRuntimeConfig,
|
|
11
|
-
w as AuthorizationError,
|
|
12
|
-
C as CookieConfig,
|
|
13
|
-
a as CookieConfigInternal,
|
|
14
|
-
b as CookieName,
|
|
15
|
-
u as CookieStrategyOptions,
|
|
16
|
-
E as ErrorType,
|
|
17
|
-
H as HostCookie,
|
|
18
|
-
q as JWTStandardClaims,
|
|
19
|
-
J as JoseInstance,
|
|
20
|
-
v as OAuthError,
|
|
21
|
-
O as OAuthProvider,
|
|
22
|
-
e as OAuthProviderConfig,
|
|
23
|
-
f as OAuthProviderCredentials,
|
|
24
|
-
R as RouterGlobalContext,
|
|
25
|
-
r as SecureCookie,
|
|
26
|
-
S as Session,
|
|
27
|
-
t as StandardCookie,
|
|
28
|
-
T as TokenRevocationError,
|
|
29
|
-
U as User,
|
|
30
|
-
} from "../index-DpfbvTZ_.js"
|
|
31
|
-
import "zod/v4/core"
|
|
1
|
+
import 'zod';
|
|
2
|
+
import '../schemas.js';
|
|
3
|
+
import '@aura-stack/router/cookie';
|
|
4
|
+
import '@aura-stack/jose';
|
|
5
|
+
import '@aura-stack/jose/jose';
|
|
6
|
+
export { i as APIErrorMap, a0 as AccessTokenError, d as AuthConfig, e as AuthInstance, b as AuthInternalErrorCode, A as AuthRuntimeConfig, c as AuthSecurityErrorCode, $ as AuthorizationError, C as CookieConfig, Z as CookieName, a as CookieStoreConfig, Y as CookieStrategyAttributes, E as ErrorType, V as HostCookie, J as JWTPayloadWithToken, Q as JWTStandardClaims, f as JoseInstance, a2 as OAuthEnv, _ as OAuthError, O as OAuthProvider, g as OAuthProviderConfig, h as OAuthProviderCredentials, j as OAuthProviderRecord, R as RouterGlobalContext, T as SecureCookie, S as Session, W as StandardCookie, a1 as TokenRevocationError, U as User } from '../index-DkaLJFn8.js';
|
|
7
|
+
export { LiteralUnion, Prettify } from './utility.js';
|
package/dist/@types/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "../chunk-PG7UYFG5.js"
|
|
1
|
+
import "../chunk-PG7UYFG5.js";
|
package/dist/@types/router.d.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict"
|
|
1
|
+
"use strict";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { R as RouterGlobalContext } from
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
import { R as RouterGlobalContext } from '../index-DkaLJFn8.js';
|
|
2
|
+
import 'zod';
|
|
3
|
+
import '../schemas.js';
|
|
4
|
+
import '@aura-stack/router/cookie';
|
|
5
|
+
import '@aura-stack/jose';
|
|
6
|
+
import '@aura-stack/jose/jose';
|
|
7
|
+
import './utility.js';
|
|
8
8
|
|
|
9
9
|
declare module "@aura-stack/router" {
|
|
10
10
|
interface GlobalContext extends RouterGlobalContext {}
|
package/dist/@types/utility.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
"use strict"
|
|
2
|
-
var __defProp = Object.defineProperty
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
6
|
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod)
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
15
|
|
|
16
16
|
// src/@types/utility.ts
|
|
17
|
-
var utility_exports = {}
|
|
18
|
-
module.exports = __toCommonJS(utility_exports)
|
|
17
|
+
var utility_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(utility_exports);
|
package/dist/@types/utility.d.ts
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
type Prettify<T> = {
|
|
2
|
-
[K in keyof T]: T[K]
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
type LiteralUnion<T extends U, U = string> = (T | (U & Record<never, never>)) & {
|
|
7
|
-
__aura_auth_literal_union_brand?: never
|
|
8
|
-
}
|
|
2
|
+
[K in keyof T]: T[K];
|
|
3
|
+
};
|
|
4
|
+
type LiteralUnion<T extends U, U = string> = T | (U & Record<never, never>);
|
|
9
5
|
|
|
10
|
-
export type { LiteralUnion, Prettify }
|
|
6
|
+
export type { LiteralUnion, Prettify };
|
package/dist/@types/utility.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "../chunk-PG7UYFG5.js"
|
|
1
|
+
import "../chunk-PG7UYFG5.js";
|
|
@@ -1,170 +1,191 @@
|
|
|
1
|
-
"use strict"
|
|
2
|
-
var __defProp = Object.defineProperty
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
6
|
var __export = (target, all) => {
|
|
7
|
-
|
|
8
|
-
}
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
9
10
|
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod)
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
19
|
|
|
19
20
|
// src/actions/callback/access-token.ts
|
|
20
|
-
var access_token_exports = {}
|
|
21
|
+
var access_token_exports = {};
|
|
21
22
|
__export(access_token_exports, {
|
|
22
|
-
|
|
23
|
-
})
|
|
24
|
-
module.exports = __toCommonJS(access_token_exports)
|
|
23
|
+
createAccessToken: () => createAccessToken
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(access_token_exports);
|
|
25
26
|
|
|
26
|
-
// src/
|
|
27
|
-
var
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
27
|
+
// src/request.ts
|
|
28
|
+
var fetchAsync = async (url, options2 = {}, timeout = 5e3) => {
|
|
29
|
+
const controller = new AbortController();
|
|
30
|
+
const timeoutId = setTimeout(() => controller.abort(), timeout);
|
|
31
|
+
const response = await fetch(url, {
|
|
32
|
+
...options2,
|
|
33
|
+
signal: controller.signal
|
|
34
|
+
}).finally(() => clearTimeout(timeoutId));
|
|
35
|
+
return response;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
// src/utils.ts
|
|
39
|
+
var import_router = require("@aura-stack/router");
|
|
40
|
+
|
|
41
|
+
// src/errors.ts
|
|
42
|
+
var OAuthProtocolError = class extends Error {
|
|
43
|
+
type = "OAUTH_PROTOCOL_ERROR";
|
|
44
|
+
error;
|
|
45
|
+
errorURI;
|
|
46
|
+
constructor(error, description, errorURI, options2) {
|
|
47
|
+
super(description, options2);
|
|
48
|
+
this.error = error;
|
|
49
|
+
this.errorURI = errorURI;
|
|
50
|
+
this.name = new.target.name;
|
|
51
|
+
Error.captureStackTrace(this, new.target);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
var AuthInternalError = class extends Error {
|
|
55
|
+
type = "AUTH_INTERNAL_ERROR";
|
|
56
|
+
code;
|
|
57
|
+
constructor(code, message, options2) {
|
|
58
|
+
super(message, options2);
|
|
59
|
+
this.code = code;
|
|
60
|
+
this.name = new.target.name;
|
|
61
|
+
Error.captureStackTrace(this, new.target);
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
// src/utils.ts
|
|
66
|
+
var formatZodError = (error) => {
|
|
67
|
+
if (!error.issues || error.issues.length === 0) {
|
|
68
|
+
return {};
|
|
69
|
+
}
|
|
70
|
+
return error.issues.reduce((previous, issue) => {
|
|
71
|
+
const key = issue.path.join(".");
|
|
72
|
+
return {
|
|
73
|
+
...previous,
|
|
74
|
+
[key]: {
|
|
75
|
+
code: issue.code,
|
|
76
|
+
message: issue.message
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
}, {});
|
|
80
|
+
};
|
|
64
81
|
|
|
65
82
|
// src/schemas.ts
|
|
66
|
-
var
|
|
67
|
-
var OAuthProviderConfigSchema = (0,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
})
|
|
83
|
+
var import_zod = require("zod");
|
|
84
|
+
var OAuthProviderConfigSchema = (0, import_zod.object)({
|
|
85
|
+
authorizeURL: (0, import_zod.string)().url(),
|
|
86
|
+
accessToken: (0, import_zod.string)().url(),
|
|
87
|
+
scope: (0, import_zod.string)().optional(),
|
|
88
|
+
userInfo: (0, import_zod.string)().url(),
|
|
89
|
+
responseType: (0, import_zod.enum)(["code", "token", "id_token"]),
|
|
90
|
+
clientId: (0, import_zod.string)(),
|
|
91
|
+
clientSecret: (0, import_zod.string)()
|
|
92
|
+
});
|
|
76
93
|
var OAuthAuthorization = OAuthProviderConfigSchema.extend({
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
})
|
|
82
|
-
var OAuthAuthorizationResponse = (0,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
})
|
|
86
|
-
var OAuthAuthorizationErrorResponse = (0,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
})
|
|
94
|
+
redirectURI: (0, import_zod.string)(),
|
|
95
|
+
state: (0, import_zod.string)(),
|
|
96
|
+
codeChallenge: (0, import_zod.string)(),
|
|
97
|
+
codeChallengeMethod: (0, import_zod.enum)(["plain", "S256"])
|
|
98
|
+
});
|
|
99
|
+
var OAuthAuthorizationResponse = (0, import_zod.object)({
|
|
100
|
+
state: (0, import_zod.string)({ message: "Missing state parameter in the OAuth authorization response." }),
|
|
101
|
+
code: (0, import_zod.string)({ message: "Missing code parameter in the OAuth authorization response." })
|
|
102
|
+
});
|
|
103
|
+
var OAuthAuthorizationErrorResponse = (0, import_zod.object)({
|
|
104
|
+
error: (0, import_zod.enum)([
|
|
105
|
+
"invalid_request",
|
|
106
|
+
"unauthorized_client",
|
|
107
|
+
"access_denied",
|
|
108
|
+
"unsupported_response_type",
|
|
109
|
+
"invalid_scope",
|
|
110
|
+
"server_error",
|
|
111
|
+
"temporarily_unavailable"
|
|
112
|
+
]),
|
|
113
|
+
error_description: (0, import_zod.string)().optional(),
|
|
114
|
+
error_uri: (0, import_zod.string)().optional(),
|
|
115
|
+
state: (0, import_zod.string)()
|
|
116
|
+
});
|
|
100
117
|
var OAuthAccessToken = OAuthProviderConfigSchema.extend({
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
})
|
|
105
|
-
var OAuthAccessTokenResponse = (0,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
})
|
|
112
|
-
var OAuthAccessTokenErrorResponse = (0,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
})
|
|
124
|
-
var OAuthErrorResponse = (0,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
})
|
|
118
|
+
redirectURI: (0, import_zod.string)(),
|
|
119
|
+
code: (0, import_zod.string)(),
|
|
120
|
+
codeVerifier: (0, import_zod.string)().min(43).max(128)
|
|
121
|
+
});
|
|
122
|
+
var OAuthAccessTokenResponse = (0, import_zod.object)({
|
|
123
|
+
access_token: (0, import_zod.string)(),
|
|
124
|
+
token_type: (0, import_zod.string)().optional(),
|
|
125
|
+
expires_in: (0, import_zod.number)().optional(),
|
|
126
|
+
refresh_token: (0, import_zod.string)().optional(),
|
|
127
|
+
scope: (0, import_zod.string)().optional().or((0, import_zod.null)())
|
|
128
|
+
});
|
|
129
|
+
var OAuthAccessTokenErrorResponse = (0, import_zod.object)({
|
|
130
|
+
error: (0, import_zod.enum)([
|
|
131
|
+
"invalid_request",
|
|
132
|
+
"invalid_client",
|
|
133
|
+
"invalid_grant",
|
|
134
|
+
"unauthorized_client",
|
|
135
|
+
"unsupported_grant_type",
|
|
136
|
+
"invalid_scope"
|
|
137
|
+
]),
|
|
138
|
+
error_description: (0, import_zod.string)().optional(),
|
|
139
|
+
error_uri: (0, import_zod.string)().optional()
|
|
140
|
+
});
|
|
141
|
+
var OAuthErrorResponse = (0, import_zod.object)({
|
|
142
|
+
error: (0, import_zod.string)(),
|
|
143
|
+
error_description: (0, import_zod.string)().optional()
|
|
144
|
+
});
|
|
145
|
+
var OAuthEnvSchema = (0, import_zod.object)({
|
|
146
|
+
clientId: import_zod.z.string().min(1, "OAuth Client ID is required in the environment variables."),
|
|
147
|
+
clientSecret: import_zod.z.string().min(1, "OAuth Client Secret is required in the environment variables.")
|
|
148
|
+
});
|
|
128
149
|
|
|
129
150
|
// src/actions/callback/access-token.ts
|
|
130
151
|
var createAccessToken = async (oauthConfig, redirectURI, code, codeVerifier) => {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
return token.data
|
|
162
|
-
} catch (error) {
|
|
163
|
-
throw throwAuthError(error, "Failed to create access token")
|
|
152
|
+
const parsed = OAuthAccessToken.safeParse({ ...oauthConfig, redirectURI, code, codeVerifier });
|
|
153
|
+
if (!parsed.success) {
|
|
154
|
+
const msg = JSON.stringify(formatZodError(parsed.error), null, 2);
|
|
155
|
+
throw new AuthInternalError("INVALID_OAUTH_CONFIGURATION", msg);
|
|
156
|
+
}
|
|
157
|
+
const { accessToken, clientId, clientSecret, code: codeParsed, redirectURI: redirectParsed } = parsed.data;
|
|
158
|
+
try {
|
|
159
|
+
const response = await fetchAsync(accessToken, {
|
|
160
|
+
method: "POST",
|
|
161
|
+
headers: {
|
|
162
|
+
Accept: "application/json",
|
|
163
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
164
|
+
},
|
|
165
|
+
body: new URLSearchParams({
|
|
166
|
+
client_id: clientId,
|
|
167
|
+
client_secret: clientSecret,
|
|
168
|
+
code: codeParsed,
|
|
169
|
+
redirect_uri: redirectParsed,
|
|
170
|
+
grant_type: "authorization_code",
|
|
171
|
+
code_verifier: codeVerifier
|
|
172
|
+
}).toString()
|
|
173
|
+
});
|
|
174
|
+
const json = await response.json();
|
|
175
|
+
const token = OAuthAccessTokenResponse.safeParse(json);
|
|
176
|
+
if (!token.success) {
|
|
177
|
+
const { success, data } = OAuthAccessTokenErrorResponse.safeParse(json);
|
|
178
|
+
if (!success) {
|
|
179
|
+
throw new OAuthProtocolError("INVALID_REQUEST", "Invalid access token response format");
|
|
180
|
+
}
|
|
181
|
+
throw new OAuthProtocolError(data.error, data?.error_description ?? "Failed to retrieve access token");
|
|
164
182
|
}
|
|
165
|
-
|
|
183
|
+
return token.data;
|
|
184
|
+
} catch (error) {
|
|
185
|
+
throw error;
|
|
186
|
+
}
|
|
187
|
+
};
|
|
166
188
|
// Annotate the CommonJS export names for ESM import in node:
|
|
167
|
-
0 &&
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
})
|
|
189
|
+
0 && (module.exports = {
|
|
190
|
+
createAccessToken
|
|
191
|
+
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
import { h as OAuthProviderCredentials } from '../../index-DkaLJFn8.js';
|
|
2
|
+
import 'zod';
|
|
3
|
+
import '../../schemas.js';
|
|
4
|
+
import '@aura-stack/router/cookie';
|
|
5
|
+
import '@aura-stack/jose';
|
|
6
|
+
import '@aura-stack/jose/jose';
|
|
7
|
+
import '../../@types/utility.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Make a request to the OAuth provider to the token endpoint to exchange the authorization code provided
|
|
@@ -17,17 +17,12 @@ import "../../@types/utility.js"
|
|
|
17
17
|
* @param code - The authorization code received from the OAuth server
|
|
18
18
|
* @returns The access token response from the OAuth server
|
|
19
19
|
*/
|
|
20
|
-
declare const createAccessToken: (
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
token_type: string
|
|
28
|
-
expires_in?: number | undefined
|
|
29
|
-
refresh_token?: string | undefined
|
|
30
|
-
scope?: string | undefined
|
|
31
|
-
}>
|
|
20
|
+
declare const createAccessToken: (oauthConfig: OAuthProviderCredentials, redirectURI: string, code: string, codeVerifier: string) => Promise<{
|
|
21
|
+
access_token: string;
|
|
22
|
+
token_type?: string | undefined;
|
|
23
|
+
expires_in?: number | undefined;
|
|
24
|
+
refresh_token?: string | undefined;
|
|
25
|
+
scope?: string | null | undefined;
|
|
26
|
+
}>;
|
|
32
27
|
|
|
33
|
-
export { createAccessToken }
|
|
28
|
+
export { createAccessToken };
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import {
|
|
2
|
+
createAccessToken
|
|
3
|
+
} from "../../chunk-GA2SMTJO.js";
|
|
4
|
+
import "../../chunk-CXLATHS5.js";
|
|
5
|
+
import "../../chunk-RRLIF4PQ.js";
|
|
6
|
+
import "../../chunk-ZNCZVF6U.js";
|
|
7
|
+
import "../../chunk-YRCB5FLE.js";
|
|
8
|
+
export {
|
|
9
|
+
createAccessToken
|
|
10
|
+
};
|