@absolutejs/auth 0.55.1 → 0.55.3
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/agents/context.d.ts +46 -0
- package/dist/agents/index.d.ts +2 -1
- package/dist/agents/index.js +35 -32
- package/dist/agents/index.js.map +5 -4
- package/dist/agents/routes.d.ts +29 -54
- package/dist/apikeys/routes.d.ts +2 -2
- package/dist/authInstance.d.ts +4 -9
- package/dist/credentials/login.d.ts +4 -4
- package/dist/credentials/routes.d.ts +4 -4
- package/dist/index.d.ts +0 -63
- package/dist/index.js +98 -95
- package/dist/index.js.map +5 -4
- package/dist/mfa/routes.d.ts +2 -2
- package/dist/mfa/sms.d.ts +2 -2
- package/dist/oidc/routes.d.ts +14 -14
- package/dist/organizations/routes.d.ts +1 -1
- package/dist/portal/routes.d.ts +3 -3
- package/dist/roles/routes.d.ts +1 -1
- package/dist/routes/refresh.d.ts +1 -1
- package/dist/routes/revoke.d.ts +1 -1
- package/dist/routes/sessions.d.ts +3 -3
- package/dist/server.js +98 -95
- package/dist/server.js.map +5 -4
- package/dist/sso/discoveryRoute.d.ts +1 -1
- package/dist/sso/oidcRoutes.d.ts +2 -2
- package/dist/sso/samlRoutes.d.ts +4 -4
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@ export declare const ssoDiscoveryRoute: ({ getOrganizationByEmailDomain, ssoConn
|
|
|
33
33
|
headers: unknown;
|
|
34
34
|
response: {
|
|
35
35
|
400: "An \"email\" query parameter is required" | "A valid email address is required";
|
|
36
|
-
404: "No SSO organization is configured for this email domain" | "No SSO connection is configured for this organization";
|
|
37
36
|
200: Response;
|
|
37
|
+
404: "No SSO organization is configured for this email domain" | "No SSO connection is configured for this organization";
|
|
38
38
|
422: {
|
|
39
39
|
type: "validation";
|
|
40
40
|
on: string;
|
package/dist/sso/oidcRoutes.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ export declare const oidcSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
|
|
|
33
33
|
query: unknown;
|
|
34
34
|
headers: unknown;
|
|
35
35
|
response: {
|
|
36
|
-
404: "No OIDC connection is configured for this organization";
|
|
37
36
|
200: Response;
|
|
37
|
+
404: "No OIDC connection is configured for this organization";
|
|
38
38
|
422: {
|
|
39
39
|
type: "validation";
|
|
40
40
|
on: string;
|
|
@@ -61,8 +61,8 @@ export declare const oidcSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
|
|
|
61
61
|
headers: unknown;
|
|
62
62
|
response: {
|
|
63
63
|
400: "SSO session cookies are missing" | "Invalid SSO callback request" | "SSO organization mismatch" | "OIDC token response is missing an id_token";
|
|
64
|
-
404: "No OIDC connection is configured for this organization";
|
|
65
64
|
200: Response;
|
|
65
|
+
404: "No OIDC connection is configured for this organization";
|
|
66
66
|
422: {
|
|
67
67
|
type: "validation";
|
|
68
68
|
on: string;
|
package/dist/sso/samlRoutes.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
|
|
|
35
35
|
query: unknown;
|
|
36
36
|
headers: unknown;
|
|
37
37
|
response: {
|
|
38
|
-
404: "No SAML connection is configured for this organization";
|
|
39
38
|
200: Response;
|
|
39
|
+
404: "No SAML connection is configured for this organization";
|
|
40
40
|
422: {
|
|
41
41
|
type: "validation";
|
|
42
42
|
on: string;
|
|
@@ -62,8 +62,8 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
|
|
|
62
62
|
query: unknown;
|
|
63
63
|
headers: unknown;
|
|
64
64
|
response: {
|
|
65
|
-
404: "No SAML connection is configured for this organization";
|
|
66
65
|
200: Response;
|
|
66
|
+
404: "No SAML connection is configured for this organization";
|
|
67
67
|
422: {
|
|
68
68
|
type: "validation";
|
|
69
69
|
on: string;
|
|
@@ -87,8 +87,8 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
|
|
|
87
87
|
query: unknown;
|
|
88
88
|
headers: unknown;
|
|
89
89
|
response: {
|
|
90
|
-
404: "No SAML connection is configured for this organization";
|
|
91
90
|
200: Response;
|
|
91
|
+
404: "No SAML connection is configured for this organization";
|
|
92
92
|
422: {
|
|
93
93
|
type: "validation";
|
|
94
94
|
on: string;
|
|
@@ -141,9 +141,9 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
|
|
|
141
141
|
headers: unknown;
|
|
142
142
|
response: {
|
|
143
143
|
400: "Missing SAMLRequest or SAMLResponse" | "Invalid SAML LogoutRequest";
|
|
144
|
+
200: Response;
|
|
144
145
|
501: "SAML Single Logout is not configured";
|
|
145
146
|
404: "No SAML connection is configured for this organization";
|
|
146
|
-
200: Response;
|
|
147
147
|
422: {
|
|
148
148
|
type: "validation";
|
|
149
149
|
on: string;
|
package/package.json
CHANGED