@absolutejs/auth 0.55.5 → 0.55.7
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/README.md +6 -1
- package/dist/agents/index.js +36 -6
- package/dist/agents/index.js.map +6 -5
- package/dist/index.d.ts +3400 -8
- package/dist/index.js +777 -522
- package/dist/index.js.map +17 -13
- package/dist/server.d.ts +6 -6
- package/dist/server.js +775 -522
- package/dist/server.js.map +18 -14
- package/package.json +1 -1
- package/dist/abuse/captcha.d.ts +0 -11
- package/dist/abuse/config.d.ts +0 -29
- package/dist/actions.d.ts +0 -27
- package/dist/adaptive/config.d.ts +0 -34
- package/dist/adaptive/fingerprint.d.ts +0 -2
- package/dist/adaptive/inMemoryStores.d.ts +0 -3
- package/dist/adaptive/postgresStores.d.ts +0 -245
- package/dist/adaptive/types.d.ts +0 -62
- package/dist/agents/config.d.ts +0 -44
- package/dist/agents/context.d.ts +0 -46
- package/dist/agents/idJag.d.ts +0 -49
- package/dist/agents/inMemoryStores.d.ts +0 -4
- package/dist/agents/oidcAdapter.d.ts +0 -12
- package/dist/agents/postgresStores.d.ts +0 -569
- package/dist/agents/principal.d.ts +0 -4
- package/dist/agents/registration.d.ts +0 -162
- package/dist/agents/registrationClient.d.ts +0 -50
- package/dist/agents/routes.d.ts +0 -214
- package/dist/agents/types.d.ts +0 -129
- package/dist/apikeys/config.d.ts +0 -64
- package/dist/apikeys/inMemoryStores.d.ts +0 -4
- package/dist/apikeys/postgresStores.d.ts +0 -359
- package/dist/apikeys/routes.d.ts +0 -83
- package/dist/apikeys/types.d.ts +0 -53
- package/dist/audit/config.d.ts +0 -9
- package/dist/audit/export.d.ts +0 -2
- package/dist/audit/inMemoryAuditStore.d.ts +0 -2
- package/dist/audit/integrity.d.ts +0 -19
- package/dist/audit/postgresAuditStore.d.ts +0 -116
- package/dist/audit/siem.d.ts +0 -11
- package/dist/audit/types.d.ts +0 -19
- package/dist/audit/wrap.d.ts +0 -9
- package/dist/authInstance.d.ts +0 -7
- package/dist/authorization/config.d.ts +0 -19
- package/dist/authorization/protectPermission.d.ts +0 -52
- package/dist/compliance/cipher.d.ts +0 -5
- package/dist/compliance/config.d.ts +0 -18
- package/dist/compliance/redaction.d.ts +0 -8
- package/dist/compliance/routes.d.ts +0 -89
- package/dist/constants.d.ts +0 -10
- package/dist/credentials/backgroundOps.d.ts +0 -45
- package/dist/credentials/config.d.ts +0 -68
- package/dist/credentials/emailValidation.d.ts +0 -9
- package/dist/credentials/emailVerification.d.ts +0 -83
- package/dist/credentials/import.d.ts +0 -34
- package/dist/credentials/inMemoryCredentialStore.d.ts +0 -2
- package/dist/credentials/legacyHashers.d.ts +0 -3
- package/dist/credentials/login.d.ts +0 -76
- package/dist/credentials/passwordPolicy.d.ts +0 -15
- package/dist/credentials/passwordReset.d.ts +0 -87
- package/dist/credentials/postgresCredentialStore.d.ts +0 -235
- package/dist/credentials/register.d.ts +0 -54
- package/dist/credentials/routes.d.ts +0 -201
- package/dist/credentials/types.d.ts +0 -26
- package/dist/crypto.d.ts +0 -32
- package/dist/errors.d.ts +0 -12
- package/dist/federation/tokenStore.d.ts +0 -29
- package/dist/fga/config.d.ts +0 -53
- package/dist/fga/inMemoryStores.d.ts +0 -3
- package/dist/fga/postgresStores.d.ts +0 -116
- package/dist/fga/redisCheckCache.d.ts +0 -11
- package/dist/fga/schema.d.ts +0 -2
- package/dist/fga/types.d.ts +0 -28
- package/dist/htmx/renderers.d.ts +0 -8
- package/dist/htmx/routes.d.ts +0 -514
- package/dist/htmx/types.d.ts +0 -129
- package/dist/linkedProviders/inMemoryStores.d.ts +0 -9
- package/dist/linkedProviders/neonStores.d.ts +0 -484
- package/dist/linkedProviders/oauthResolver.d.ts +0 -9
- package/dist/linkedProviders/resolver.d.ts +0 -22
- package/dist/lockout/config.d.ts +0 -17
- package/dist/lockout/inMemoryLockoutStore.d.ts +0 -2
- package/dist/lockout/postgresLockoutStore.d.ts +0 -71
- package/dist/lockout/redisLockoutStore.d.ts +0 -3
- package/dist/lockout/types.d.ts +0 -12
- package/dist/mfa/backupCodes.d.ts +0 -5
- package/dist/mfa/challenge.d.ts +0 -70
- package/dist/mfa/config.d.ts +0 -50
- package/dist/mfa/gate.d.ts +0 -2
- package/dist/mfa/inMemoryMfaStore.d.ts +0 -2
- package/dist/mfa/management.d.ts +0 -106
- package/dist/mfa/postgresMfaStore.d.ts +0 -206
- package/dist/mfa/rotation.d.ts +0 -17
- package/dist/mfa/routes.d.ts +0 -234
- package/dist/mfa/secret.d.ts +0 -2
- package/dist/mfa/sms.d.ts +0 -105
- package/dist/mfa/totp.d.ts +0 -91
- package/dist/mfa/types.d.ts +0 -23
- package/dist/migrations/generate.d.ts +0 -2
- package/dist/migrations/index.d.ts +0 -5
- package/dist/migrations/runner.d.ts +0 -13
- package/dist/migrations/types.d.ts +0 -14
- package/dist/oidc/clientAuth.d.ts +0 -19
- package/dist/oidc/clientIdMetadata.d.ts +0 -32
- package/dist/oidc/config.d.ts +0 -295
- package/dist/oidc/dpop.d.ts +0 -23
- package/dist/oidc/inMemoryStores.d.ts +0 -11
- package/dist/oidc/inMemoryVciStores.d.ts +0 -3
- package/dist/oidc/jar.d.ts +0 -14
- package/dist/oidc/keys.d.ts +0 -25
- package/dist/oidc/logout.d.ts +0 -38
- package/dist/oidc/mtls.d.ts +0 -11
- package/dist/oidc/par.d.ts +0 -28
- package/dist/oidc/postgresStores.d.ts +0 -1187
- package/dist/oidc/registration.d.ts +0 -138
- package/dist/oidc/routes.d.ts +0 -568
- package/dist/oidc/types.d.ts +0 -143
- package/dist/oidc/userinfo.d.ts +0 -21
- package/dist/oidc/vci.d.ts +0 -159
- package/dist/oidc/vciRoutes.d.ts +0 -92
- package/dist/organizations/config.d.ts +0 -46
- package/dist/organizations/inMemoryOrganizationStore.d.ts +0 -2
- package/dist/organizations/operations.d.ts +0 -39
- package/dist/organizations/postgresOrganizationStore.d.ts +0 -340
- package/dist/organizations/routes.d.ts +0 -298
- package/dist/organizations/types.d.ts +0 -45
- package/dist/passwordless/config.d.ts +0 -43
- package/dist/passwordless/inMemoryPasswordlessTokenStore.d.ts +0 -2
- package/dist/passwordless/postgresPasswordlessTokenStore.d.ts +0 -56
- package/dist/passwordless/routes.d.ts +0 -162
- package/dist/passwordless/types.d.ts +0 -9
- package/dist/portal/config.d.ts +0 -34
- package/dist/portal/inMemorySetupSessionStore.d.ts +0 -2
- package/dist/portal/operations.d.ts +0 -10
- package/dist/portal/postgresSetupSessionStore.d.ts +0 -116
- package/dist/portal/routes.d.ts +0 -160
- package/dist/portal/types.d.ts +0 -16
- package/dist/providers/clients.d.ts +0 -1818
- package/dist/providersFromEnv.d.ts +0 -19
- package/dist/roles/config.d.ts +0 -27
- package/dist/roles/inMemoryRoleStore.d.ts +0 -2
- package/dist/roles/operations.d.ts +0 -8
- package/dist/roles/postgresRoleStore.d.ts +0 -86
- package/dist/roles/resolver.d.ts +0 -17
- package/dist/roles/routes.d.ts +0 -105
- package/dist/roles/types.d.ts +0 -14
- package/dist/routes/authorize.d.ts +0 -102
- package/dist/routes/callback.d.ts +0 -64
- package/dist/routes/profile.d.ts +0 -70
- package/dist/routes/protectRoute.d.ts +0 -51
- package/dist/routes/refresh.d.ts +0 -74
- package/dist/routes/revoke.d.ts +0 -73
- package/dist/routes/sessions.d.ts +0 -103
- package/dist/routes/signout.d.ts +0 -70
- package/dist/routes/stepUp.d.ts +0 -48
- package/dist/routes/userStatus.d.ts +0 -72
- package/dist/scim/config.d.ts +0 -57
- package/dist/scim/extensions.d.ts +0 -30
- package/dist/scim/inMemoryScimTokenStore.d.ts +0 -2
- package/dist/scim/postgresScimTokenStore.d.ts +0 -86
- package/dist/scim/routes.d.ts +0 -366
- package/dist/scim/serialize.d.ts +0 -83
- package/dist/scim/types.d.ts +0 -54
- package/dist/serverConfig.d.ts +0 -10
- package/dist/session/access.d.ts +0 -33
- package/dist/session/anonymous.d.ts +0 -12
- package/dist/session/cleanup.d.ts +0 -45
- package/dist/session/impersonation.d.ts +0 -34
- package/dist/session/inMemoryStore.d.ts +0 -7
- package/dist/session/internalData.d.ts +0 -34
- package/dist/session/multiSession.d.ts +0 -27
- package/dist/session/neonStore.d.ts +0 -513
- package/dist/session/promote.d.ts +0 -23
- package/dist/session/redisStore.d.ts +0 -6
- package/dist/session/sessionsConfig.d.ts +0 -9
- package/dist/session/state.d.ts +0 -33
- package/dist/session/types.d.ts +0 -20
- package/dist/session/userSessions.d.ts +0 -19
- package/dist/sso/config.d.ts +0 -149
- package/dist/sso/discoveryRoute.d.ts +0 -63
- package/dist/sso/inMemorySamlServiceProviderStore.d.ts +0 -2
- package/dist/sso/inMemorySsoConnectionStore.d.ts +0 -2
- package/dist/sso/oidcRoutes.d.ts +0 -98
- package/dist/sso/postgresSamlServiceProviderStore.d.ts +0 -101
- package/dist/sso/postgresSsoConnectionStore.d.ts +0 -116
- package/dist/sso/samlIdpRoutes.d.ts +0 -139
- package/dist/sso/samlRoutes.d.ts +0 -178
- package/dist/sso/types.d.ts +0 -53
- package/dist/stores/postgres.d.ts +0 -5
- package/dist/stores/redis.d.ts +0 -5
- package/dist/telemetry/tracing.d.ts +0 -15
- package/dist/tenancy.d.ts +0 -9
- package/dist/typeGuards.d.ts +0 -6
- package/dist/typebox.d.ts +0 -4
- package/dist/types.d.ts +0 -421
- package/dist/utils.d.ts +0 -45
- package/dist/vault/config.d.ts +0 -20
- package/dist/vault/inMemoryVaultStore.d.ts +0 -2
- package/dist/vault/postgresVaultStore.d.ts +0 -86
- package/dist/vault/types.d.ts +0 -14
- package/dist/vc/inMemoryVpStores.d.ts +0 -2
- package/dist/vc/openid4vp.d.ts +0 -82
- package/dist/vc/postgresVcStores.d.ts +0 -300
- package/dist/vc/sdJwt.d.ts +0 -37
- package/dist/vc/statusList.d.ts +0 -29
- package/dist/vc/statusListRoutes.d.ts +0 -63
- package/dist/vc/vpRoutes.d.ts +0 -120
- package/dist/webauthn/adapter.d.ts +0 -59
- package/dist/webauthn/config.d.ts +0 -36
- package/dist/webauthn/inMemoryWebAuthnCredentialStore.d.ts +0 -2
- package/dist/webauthn/postgresWebAuthnCredentialStore.d.ts +0 -146
- package/dist/webauthn/routes.d.ts +0 -155
- package/dist/webauthn/types.d.ts +0 -17
- package/dist/webhooks/config.d.ts +0 -34
- package/dist/webhooks/dispatcher.d.ts +0 -3
- package/dist/webhooks/inMemoryStore.d.ts +0 -2
- package/dist/webhooks/postgresStore.d.ts +0 -116
- package/dist/webhooks/sign.d.ts +0 -11
- package/dist/webhooks/types.d.ts +0 -25
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { OAuth2ConfigurationOptions } from './types';
|
|
2
|
-
export type ProviderSelection = Record<string, {
|
|
3
|
-
scope?: string[];
|
|
4
|
-
searchParams?: [string, string][];
|
|
5
|
-
}>;
|
|
6
|
-
/**
|
|
7
|
-
* Build `providersConfiguration` from a serializable provider selection plus
|
|
8
|
-
* environment credentials, by convention: `<PROVIDER>_CLIENT_ID` and
|
|
9
|
-
* `<PROVIDER>_CLIENT_SECRET` (e.g. `GOOGLE_CLIENT_ID`). This is the bridge
|
|
10
|
-
* between no-code/manifest-driven configuration (which must never contain
|
|
11
|
-
* secrets) and `auth()`'s credential-bearing provider entries — the host app
|
|
12
|
-
* wires env → config, the selection stays serializable.
|
|
13
|
-
*
|
|
14
|
-
* Covers providers whose citra credentials are the standard
|
|
15
|
-
* clientId/clientSecret pair. Providers with richer credential shapes
|
|
16
|
-
* (e.g. Apple's team/key ids) should be configured directly in
|
|
17
|
-
* `providersConfiguration`.
|
|
18
|
-
*/
|
|
19
|
-
export declare const providersFromEnv: (selection: ProviderSelection, env?: Record<string, string | undefined>) => OAuth2ConfigurationOptions;
|
package/dist/roles/config.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { AuditEmitter } from '../audit/config';
|
|
2
|
-
import type { OrganizationMembership, OrganizationStore } from '../organizations/types';
|
|
3
|
-
import type { AuthSessionStore } from '../session/types';
|
|
4
|
-
import type { OrganizationId } from '../tenancy';
|
|
5
|
-
import type { RouteString } from '../types';
|
|
6
|
-
import type { RoleStore } from './types';
|
|
7
|
-
export declare const DEFAULT_ROLES_ROUTE: RouteString;
|
|
8
|
-
export type RolesConfig<UserType> = {
|
|
9
|
-
getUserId: (user: UserType) => string;
|
|
10
|
-
organizationStore: OrganizationStore;
|
|
11
|
-
roleStore: RoleStore;
|
|
12
|
-
canManageRoles?: (context: {
|
|
13
|
-
membership?: OrganizationMembership;
|
|
14
|
-
organizationId: OrganizationId;
|
|
15
|
-
user: UserType;
|
|
16
|
-
}) => boolean | Promise<boolean>;
|
|
17
|
-
onRolesAssigned?: (context: {
|
|
18
|
-
organizationId: OrganizationId;
|
|
19
|
-
roles: string[];
|
|
20
|
-
userId: string;
|
|
21
|
-
}) => void | Promise<void>;
|
|
22
|
-
rolesRoute?: RouteString;
|
|
23
|
-
};
|
|
24
|
-
export type RolesRouteProps<UserType> = RolesConfig<UserType> & {
|
|
25
|
-
authSessionStore?: AuthSessionStore<UserType>;
|
|
26
|
-
emit?: AuditEmitter;
|
|
27
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { OrganizationMembership, OrganizationStore } from '../organizations/types';
|
|
2
|
-
import type { OrganizationId } from '../tenancy';
|
|
3
|
-
export declare const setMemberRoles: ({ organizationId, organizationStore, roles, userId }: {
|
|
4
|
-
organizationId: OrganizationId;
|
|
5
|
-
organizationStore: OrganizationStore;
|
|
6
|
-
roles: string[];
|
|
7
|
-
userId: string;
|
|
8
|
-
}) => Promise<OrganizationMembership | undefined>;
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { type AnyPgDatabase } from '../stores/postgres';
|
|
2
|
-
import type { RoleStore } from './types';
|
|
3
|
-
export declare const rolesTable: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
4
|
-
name: "auth_roles";
|
|
5
|
-
schema: undefined;
|
|
6
|
-
columns: {
|
|
7
|
-
created_at_ms: import("drizzle-orm/pg-core").PgBuildColumn<"auth_roles", import("drizzle-orm/pg-core").SetNotNull<import("drizzle-orm/pg-core").PgBigInt53Builder>, {
|
|
8
|
-
name: string;
|
|
9
|
-
tableName: "auth_roles";
|
|
10
|
-
dataType: "number int53";
|
|
11
|
-
data: number;
|
|
12
|
-
driverParam: string | number;
|
|
13
|
-
notNull: true;
|
|
14
|
-
hasDefault: false;
|
|
15
|
-
isPrimaryKey: false;
|
|
16
|
-
isAutoincrement: false;
|
|
17
|
-
hasRuntimeDefault: false;
|
|
18
|
-
enumValues: undefined;
|
|
19
|
-
identity: undefined;
|
|
20
|
-
generated: undefined;
|
|
21
|
-
}>;
|
|
22
|
-
organization_id: import("drizzle-orm/pg-core").PgBuildColumn<"auth_roles", import("drizzle-orm/pg-core").SetHasDefault<import("drizzle-orm/pg-core").SetNotNull<import("drizzle-orm/pg-core").PgVarcharBuilder<[string, ...string[]]>>>, {
|
|
23
|
-
name: string;
|
|
24
|
-
tableName: "auth_roles";
|
|
25
|
-
dataType: "string";
|
|
26
|
-
data: string;
|
|
27
|
-
driverParam: string;
|
|
28
|
-
notNull: true;
|
|
29
|
-
hasDefault: true;
|
|
30
|
-
isPrimaryKey: false;
|
|
31
|
-
isAutoincrement: false;
|
|
32
|
-
hasRuntimeDefault: false;
|
|
33
|
-
enumValues: undefined;
|
|
34
|
-
identity: undefined;
|
|
35
|
-
generated: undefined;
|
|
36
|
-
}>;
|
|
37
|
-
permissions: import("drizzle-orm/pg-core").PgBuildColumn<"auth_roles", import("drizzle-orm/pg-core").SetHasDefault<import("drizzle-orm/pg-core").SetNotNull<import("drizzle-orm/pg-core").Set$Type<import("drizzle-orm/pg-core").PgJsonbBuilder, string[]>>>, {
|
|
38
|
-
name: string;
|
|
39
|
-
tableName: "auth_roles";
|
|
40
|
-
dataType: "object json";
|
|
41
|
-
data: string[];
|
|
42
|
-
driverParam: unknown;
|
|
43
|
-
notNull: true;
|
|
44
|
-
hasDefault: true;
|
|
45
|
-
isPrimaryKey: false;
|
|
46
|
-
isAutoincrement: false;
|
|
47
|
-
hasRuntimeDefault: false;
|
|
48
|
-
enumValues: undefined;
|
|
49
|
-
identity: undefined;
|
|
50
|
-
generated: undefined;
|
|
51
|
-
}>;
|
|
52
|
-
slug: import("drizzle-orm/pg-core").PgBuildColumn<"auth_roles", import("drizzle-orm/pg-core").SetNotNull<import("drizzle-orm/pg-core").PgVarcharBuilder<[string, ...string[]]>>, {
|
|
53
|
-
name: string;
|
|
54
|
-
tableName: "auth_roles";
|
|
55
|
-
dataType: "string";
|
|
56
|
-
data: string;
|
|
57
|
-
driverParam: string;
|
|
58
|
-
notNull: true;
|
|
59
|
-
hasDefault: false;
|
|
60
|
-
isPrimaryKey: false;
|
|
61
|
-
isAutoincrement: false;
|
|
62
|
-
hasRuntimeDefault: false;
|
|
63
|
-
enumValues: undefined;
|
|
64
|
-
identity: undefined;
|
|
65
|
-
generated: undefined;
|
|
66
|
-
}>;
|
|
67
|
-
updated_at_ms: import("drizzle-orm/pg-core").PgBuildColumn<"auth_roles", import("drizzle-orm/pg-core").SetNotNull<import("drizzle-orm/pg-core").PgBigInt53Builder>, {
|
|
68
|
-
name: string;
|
|
69
|
-
tableName: "auth_roles";
|
|
70
|
-
dataType: "number int53";
|
|
71
|
-
data: number;
|
|
72
|
-
driverParam: string | number;
|
|
73
|
-
notNull: true;
|
|
74
|
-
hasDefault: false;
|
|
75
|
-
isPrimaryKey: false;
|
|
76
|
-
isAutoincrement: false;
|
|
77
|
-
hasRuntimeDefault: false;
|
|
78
|
-
enumValues: undefined;
|
|
79
|
-
identity: undefined;
|
|
80
|
-
generated: undefined;
|
|
81
|
-
}>;
|
|
82
|
-
};
|
|
83
|
-
dialect: "pg";
|
|
84
|
-
}>;
|
|
85
|
-
export declare const createNeonRoleStore: (databaseUrl: string) => RoleStore;
|
|
86
|
-
export declare const createPostgresRoleStore: <DB extends AnyPgDatabase>(db: DB) => RoleStore;
|
package/dist/roles/resolver.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { OrganizationStore } from '../organizations/types';
|
|
2
|
-
import type { OrganizationId } from '../tenancy';
|
|
3
|
-
import type { RoleStore } from './types';
|
|
4
|
-
export declare const createMembershipPermissionResolver: <UserType>({ getUserId, organizationStore, roleStore }: {
|
|
5
|
-
getUserId: (user: UserType) => string;
|
|
6
|
-
organizationStore: OrganizationStore;
|
|
7
|
-
roleStore: RoleStore;
|
|
8
|
-
}) => ({ organizationId, permission, user }: {
|
|
9
|
-
organizationId?: OrganizationId;
|
|
10
|
-
permission: string;
|
|
11
|
-
user: UserType;
|
|
12
|
-
}) => Promise<boolean>;
|
|
13
|
-
export declare const resolvePermissions: ({ organizationId, roleStore, roles }: {
|
|
14
|
-
organizationId?: OrganizationId;
|
|
15
|
-
roleStore: RoleStore;
|
|
16
|
-
roles: string[];
|
|
17
|
-
}) => Promise<Set<string>>;
|
package/dist/roles/routes.d.ts
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { Elysia } from 'elysia';
|
|
2
|
-
import { type RolesRouteProps } from './config';
|
|
3
|
-
export declare const roleRoutes: <UserType>({ authSessionStore, canManageRoles, emit, getUserId, onRolesAssigned, organizationStore, roleStore, rolesRoute }: RolesRouteProps<UserType>) => Elysia<"", {
|
|
4
|
-
decorator: {};
|
|
5
|
-
store: {
|
|
6
|
-
session: import("../session/internalData").InternalSessionRecord<UserType>;
|
|
7
|
-
unregisteredSession: import("../session/internalData").InternalUnregisteredSessionRecord;
|
|
8
|
-
};
|
|
9
|
-
derive: {};
|
|
10
|
-
resolve: {};
|
|
11
|
-
}, {
|
|
12
|
-
typebox: {};
|
|
13
|
-
error: {};
|
|
14
|
-
}, {
|
|
15
|
-
schema: {};
|
|
16
|
-
standaloneSchema: {};
|
|
17
|
-
macro: {};
|
|
18
|
-
macroFn: {};
|
|
19
|
-
parser: {};
|
|
20
|
-
response: {};
|
|
21
|
-
}, {
|
|
22
|
-
[x: string]: {
|
|
23
|
-
":organizationId": {
|
|
24
|
-
get: {
|
|
25
|
-
body: unknown;
|
|
26
|
-
params: {
|
|
27
|
-
organizationId: string;
|
|
28
|
-
};
|
|
29
|
-
query: unknown;
|
|
30
|
-
headers: unknown;
|
|
31
|
-
response: {
|
|
32
|
-
401: "Authentication required";
|
|
33
|
-
403: "Cannot manage roles";
|
|
34
|
-
200: {
|
|
35
|
-
readonly roles: readonly import("./types").Role[];
|
|
36
|
-
};
|
|
37
|
-
422: {
|
|
38
|
-
type: "validation";
|
|
39
|
-
on: string;
|
|
40
|
-
summary?: string;
|
|
41
|
-
message?: string;
|
|
42
|
-
found?: unknown;
|
|
43
|
-
property?: string;
|
|
44
|
-
expected?: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
} & {
|
|
51
|
-
[x: string]: {
|
|
52
|
-
":organizationId": {
|
|
53
|
-
members: {
|
|
54
|
-
":userId": {
|
|
55
|
-
put: {
|
|
56
|
-
body: {
|
|
57
|
-
roles: string[];
|
|
58
|
-
};
|
|
59
|
-
params: {
|
|
60
|
-
userId: string;
|
|
61
|
-
organizationId: string;
|
|
62
|
-
};
|
|
63
|
-
query: unknown;
|
|
64
|
-
headers: unknown;
|
|
65
|
-
response: {
|
|
66
|
-
401: "Authentication required";
|
|
67
|
-
403: "Cannot manage roles";
|
|
68
|
-
200: {
|
|
69
|
-
readonly roles: string[];
|
|
70
|
-
};
|
|
71
|
-
404: "Membership not found";
|
|
72
|
-
422: {
|
|
73
|
-
type: "validation";
|
|
74
|
-
on: string;
|
|
75
|
-
summary?: string;
|
|
76
|
-
message?: string;
|
|
77
|
-
found?: unknown;
|
|
78
|
-
property?: string;
|
|
79
|
-
expected?: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
}, {
|
|
88
|
-
derive: {};
|
|
89
|
-
resolve: {};
|
|
90
|
-
schema: {};
|
|
91
|
-
standaloneSchema: {};
|
|
92
|
-
response: {};
|
|
93
|
-
}, {
|
|
94
|
-
derive: {};
|
|
95
|
-
resolve: {};
|
|
96
|
-
schema: {};
|
|
97
|
-
standaloneSchema: {};
|
|
98
|
-
response: {};
|
|
99
|
-
} & {
|
|
100
|
-
derive: {};
|
|
101
|
-
resolve: {};
|
|
102
|
-
schema: {};
|
|
103
|
-
standaloneSchema: {};
|
|
104
|
-
response: {};
|
|
105
|
-
}>;
|
package/dist/roles/types.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { OrganizationId } from '../tenancy';
|
|
2
|
-
export type Role = {
|
|
3
|
-
createdAt: number;
|
|
4
|
-
organizationId?: OrganizationId;
|
|
5
|
-
permissions: string[];
|
|
6
|
-
slug: string;
|
|
7
|
-
updatedAt: number;
|
|
8
|
-
};
|
|
9
|
-
export type RoleStore = {
|
|
10
|
-
deleteRole: (slug: string, organizationId?: OrganizationId) => Promise<void>;
|
|
11
|
-
getRole: (slug: string, organizationId?: OrganizationId) => Promise<Role | undefined>;
|
|
12
|
-
listRoles: (organizationId?: OrganizationId) => Promise<Role[]>;
|
|
13
|
-
saveRole: (role: Role) => Promise<void>;
|
|
14
|
-
};
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { Elysia } from 'elysia';
|
|
2
|
-
import { AuthorizeRoute, ClientProviders, OnAuthorizeError, OnAuthorizeSuccess } from '../types';
|
|
3
|
-
type AuthorizeProps = {
|
|
4
|
-
clientProviders: ClientProviders;
|
|
5
|
-
authorizeRoute?: AuthorizeRoute;
|
|
6
|
-
cookieSecure?: boolean;
|
|
7
|
-
onAuthorizeSuccess: OnAuthorizeSuccess;
|
|
8
|
-
onAuthorizeError: OnAuthorizeError;
|
|
9
|
-
};
|
|
10
|
-
export declare const authorize: ({ clientProviders, authorizeRoute, cookieSecure, onAuthorizeSuccess, onAuthorizeError }: AuthorizeProps) => Elysia<"", {
|
|
11
|
-
decorator: {};
|
|
12
|
-
store: {};
|
|
13
|
-
derive: {};
|
|
14
|
-
resolve: {};
|
|
15
|
-
}, {
|
|
16
|
-
typebox: {};
|
|
17
|
-
error: {};
|
|
18
|
-
}, {
|
|
19
|
-
schema: {};
|
|
20
|
-
standaloneSchema: {};
|
|
21
|
-
macro: {};
|
|
22
|
-
macroFn: {};
|
|
23
|
-
parser: {};
|
|
24
|
-
response: {};
|
|
25
|
-
}, {
|
|
26
|
-
[x: string]: {
|
|
27
|
-
":provider": {
|
|
28
|
-
get: {
|
|
29
|
-
body: unknown;
|
|
30
|
-
params: {
|
|
31
|
-
provider: string;
|
|
32
|
-
};
|
|
33
|
-
query: {
|
|
34
|
-
client?: string | undefined;
|
|
35
|
-
intent?: "login" | "link_identity" | "link_connector" | undefined;
|
|
36
|
-
};
|
|
37
|
-
headers: unknown;
|
|
38
|
-
response: {
|
|
39
|
-
400: "Cookies are missing" | "Provider is required";
|
|
40
|
-
401: "Provider is required" | "Client provider not found" | "Client variant is required" | "Client variant not found";
|
|
41
|
-
200: Response;
|
|
42
|
-
422: {
|
|
43
|
-
type: "validation";
|
|
44
|
-
on: string;
|
|
45
|
-
summary?: string;
|
|
46
|
-
message?: string;
|
|
47
|
-
found?: unknown;
|
|
48
|
-
property?: string;
|
|
49
|
-
expected?: string;
|
|
50
|
-
};
|
|
51
|
-
500: "Failed to create authorization URL";
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
} | {
|
|
57
|
-
[x: string]: {
|
|
58
|
-
":provider": {
|
|
59
|
-
[x: string]: {
|
|
60
|
-
get: {
|
|
61
|
-
body: unknown;
|
|
62
|
-
params: {
|
|
63
|
-
provider: string;
|
|
64
|
-
};
|
|
65
|
-
query: {
|
|
66
|
-
client?: string | undefined;
|
|
67
|
-
intent?: "login" | "link_identity" | "link_connector" | undefined;
|
|
68
|
-
};
|
|
69
|
-
headers: unknown;
|
|
70
|
-
response: {
|
|
71
|
-
400: "Cookies are missing" | "Provider is required";
|
|
72
|
-
401: "Provider is required" | "Client provider not found" | "Client variant is required" | "Client variant not found";
|
|
73
|
-
200: Response;
|
|
74
|
-
422: {
|
|
75
|
-
type: "validation";
|
|
76
|
-
on: string;
|
|
77
|
-
summary?: string;
|
|
78
|
-
message?: string;
|
|
79
|
-
found?: unknown;
|
|
80
|
-
property?: string;
|
|
81
|
-
expected?: string;
|
|
82
|
-
};
|
|
83
|
-
500: "Failed to create authorization URL";
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
}, {
|
|
90
|
-
derive: {};
|
|
91
|
-
resolve: {};
|
|
92
|
-
schema: {};
|
|
93
|
-
standaloneSchema: {};
|
|
94
|
-
response: {};
|
|
95
|
-
}, {
|
|
96
|
-
derive: {};
|
|
97
|
-
resolve: {};
|
|
98
|
-
schema: {};
|
|
99
|
-
standaloneSchema: {};
|
|
100
|
-
response: {};
|
|
101
|
-
}>;
|
|
102
|
-
export {};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Elysia } from 'elysia';
|
|
2
|
-
import type { AuthSessionStore } from '../session/types';
|
|
3
|
-
import { ClientProviders, OnCallbackError, OnCallbackSuccess, OnLinkConnector, OnLinkIdentity, OnLinkIdentityConflict, ResolveAuthIntent, RouteString } from '../types';
|
|
4
|
-
type CallbackProps<UserType> = {
|
|
5
|
-
authSessionStore?: AuthSessionStore<UserType>;
|
|
6
|
-
clientProviders: ClientProviders;
|
|
7
|
-
callbackRoute?: RouteString;
|
|
8
|
-
resolveAuthIntent?: ResolveAuthIntent<UserType>;
|
|
9
|
-
onCallbackSuccess: OnCallbackSuccess<UserType>;
|
|
10
|
-
onLinkIdentity?: OnLinkIdentity<UserType>;
|
|
11
|
-
onLinkIdentityConflict?: OnLinkIdentityConflict<UserType>;
|
|
12
|
-
onLinkConnector?: OnLinkConnector<UserType>;
|
|
13
|
-
onCallbackError: OnCallbackError;
|
|
14
|
-
};
|
|
15
|
-
export declare const callback: <UserType>({ authSessionStore, clientProviders, callbackRoute, resolveAuthIntent, onCallbackSuccess, onLinkIdentity, onLinkIdentityConflict, onLinkConnector, onCallbackError }: CallbackProps<UserType>) => Elysia<"", {
|
|
16
|
-
decorator: {};
|
|
17
|
-
store: {
|
|
18
|
-
session: import("../session/internalData").InternalSessionRecord<UserType>;
|
|
19
|
-
unregisteredSession: import("../session/internalData").InternalUnregisteredSessionRecord;
|
|
20
|
-
};
|
|
21
|
-
derive: {};
|
|
22
|
-
resolve: {};
|
|
23
|
-
}, {
|
|
24
|
-
typebox: {};
|
|
25
|
-
error: {};
|
|
26
|
-
}, {
|
|
27
|
-
schema: {};
|
|
28
|
-
standaloneSchema: {};
|
|
29
|
-
macro: {};
|
|
30
|
-
macroFn: {};
|
|
31
|
-
parser: {};
|
|
32
|
-
response: {};
|
|
33
|
-
}, {
|
|
34
|
-
[x: string]: {
|
|
35
|
-
get: {
|
|
36
|
-
body: unknown;
|
|
37
|
-
params: {};
|
|
38
|
-
query: unknown;
|
|
39
|
-
headers: unknown;
|
|
40
|
-
response: {
|
|
41
|
-
[x: string]: any;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
}, {
|
|
46
|
-
derive: {};
|
|
47
|
-
resolve: {};
|
|
48
|
-
schema: {};
|
|
49
|
-
standaloneSchema: {};
|
|
50
|
-
response: {};
|
|
51
|
-
}, {
|
|
52
|
-
derive: {};
|
|
53
|
-
resolve: {};
|
|
54
|
-
schema: {};
|
|
55
|
-
standaloneSchema: {};
|
|
56
|
-
response: {};
|
|
57
|
-
} & {
|
|
58
|
-
derive: {};
|
|
59
|
-
resolve: {};
|
|
60
|
-
schema: {};
|
|
61
|
-
standaloneSchema: {};
|
|
62
|
-
response: {};
|
|
63
|
-
}>;
|
|
64
|
-
export {};
|
package/dist/routes/profile.d.ts
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Elysia } from 'elysia';
|
|
2
|
-
import { ClientProviders, OnProfileError, OnProfileSuccess, RouteString } from '../types';
|
|
3
|
-
type ProfileProps = {
|
|
4
|
-
clientProviders: ClientProviders;
|
|
5
|
-
profileRoute?: RouteString;
|
|
6
|
-
onProfileSuccess: OnProfileSuccess;
|
|
7
|
-
onProfileError: OnProfileError;
|
|
8
|
-
};
|
|
9
|
-
export declare const profile: <UserType>({ clientProviders, profileRoute, onProfileSuccess, onProfileError }: ProfileProps) => Elysia<"", {
|
|
10
|
-
decorator: {};
|
|
11
|
-
store: {
|
|
12
|
-
session: import("../session/internalData").InternalSessionRecord<UserType>;
|
|
13
|
-
unregisteredSession: import("../session/internalData").InternalUnregisteredSessionRecord;
|
|
14
|
-
};
|
|
15
|
-
derive: {};
|
|
16
|
-
resolve: {};
|
|
17
|
-
}, {
|
|
18
|
-
typebox: {};
|
|
19
|
-
error: {};
|
|
20
|
-
}, {
|
|
21
|
-
schema: {};
|
|
22
|
-
standaloneSchema: {};
|
|
23
|
-
macro: {};
|
|
24
|
-
macroFn: {};
|
|
25
|
-
parser: {};
|
|
26
|
-
response: {};
|
|
27
|
-
}, {
|
|
28
|
-
[x: string]: {
|
|
29
|
-
get: {
|
|
30
|
-
body: unknown;
|
|
31
|
-
params: {};
|
|
32
|
-
query: unknown;
|
|
33
|
-
headers: unknown;
|
|
34
|
-
response: {
|
|
35
|
-
400: "Cookies are missing" | "Session has no access token to fetch a profile";
|
|
36
|
-
401: "Provider is required" | "Client provider not found" | "Client variant is required" | "Client variant not found" | "No auth provider found" | "Invalid provider" | "No user session found";
|
|
37
|
-
200: Response;
|
|
38
|
-
422: {
|
|
39
|
-
type: "validation";
|
|
40
|
-
on: string;
|
|
41
|
-
summary?: string;
|
|
42
|
-
message?: string;
|
|
43
|
-
found?: unknown;
|
|
44
|
-
property?: string;
|
|
45
|
-
expected?: string;
|
|
46
|
-
};
|
|
47
|
-
500: `${string} - ${string}` | `Failed to validate authorization code: Unknown status: ${string}`;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
}, {
|
|
52
|
-
derive: {};
|
|
53
|
-
resolve: {};
|
|
54
|
-
schema: {};
|
|
55
|
-
standaloneSchema: {};
|
|
56
|
-
response: {};
|
|
57
|
-
}, {
|
|
58
|
-
derive: {};
|
|
59
|
-
resolve: {};
|
|
60
|
-
schema: {};
|
|
61
|
-
standaloneSchema: {};
|
|
62
|
-
response: {};
|
|
63
|
-
} & {
|
|
64
|
-
derive: {};
|
|
65
|
-
resolve: {};
|
|
66
|
-
schema: {};
|
|
67
|
-
standaloneSchema: {};
|
|
68
|
-
response: {};
|
|
69
|
-
}>;
|
|
70
|
-
export {};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Elysia } from 'elysia';
|
|
2
|
-
import type { AuthSessionStore } from '../session/types';
|
|
3
|
-
type AuthFailError = {
|
|
4
|
-
readonly code: 'Bad Request';
|
|
5
|
-
readonly message: 'Cookies are missing';
|
|
6
|
-
} | {
|
|
7
|
-
readonly code: 'Unauthorized';
|
|
8
|
-
readonly message: 'User is not authenticated';
|
|
9
|
-
};
|
|
10
|
-
export declare const protectRoutePlugin: <UserType>({ authSessionStore }?: {
|
|
11
|
-
authSessionStore?: AuthSessionStore<UserType>;
|
|
12
|
-
}) => Elysia<"", {
|
|
13
|
-
decorator: {};
|
|
14
|
-
store: {
|
|
15
|
-
session: import("../session/internalData").InternalSessionRecord<UserType>;
|
|
16
|
-
unregisteredSession: import("../session/internalData").InternalUnregisteredSessionRecord;
|
|
17
|
-
};
|
|
18
|
-
derive: {
|
|
19
|
-
readonly protectRoute: <AuthReturn, AuthFailReturn>(handleAuth: (user: UserType) => AuthReturn | Promise<AuthReturn>, handleAuthFail?: (error: AuthFailError) => AuthFailReturn) => Promise<AuthReturn | import("elysia").ElysiaCustomStatusResponse<"Bad Request", "Cookies are missing", 400> | NonNullable<AuthFailReturn> | import("elysia").ElysiaCustomStatusResponse<"Unauthorized", "User is not authenticated", 401>>;
|
|
20
|
-
};
|
|
21
|
-
resolve: {};
|
|
22
|
-
}, {
|
|
23
|
-
typebox: {};
|
|
24
|
-
error: {};
|
|
25
|
-
}, {
|
|
26
|
-
schema: import("elysia").UnwrapRoute<{
|
|
27
|
-
cookie: import("@sinclair/typebox").TObject<{
|
|
28
|
-
user_session_id: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TTemplateLiteralSyntax<"${string}-${string}-${string}-${string}-${string}">>;
|
|
29
|
-
}>;
|
|
30
|
-
}, {}, "">;
|
|
31
|
-
standaloneSchema: {};
|
|
32
|
-
macro: {};
|
|
33
|
-
macroFn: {};
|
|
34
|
-
parser: {};
|
|
35
|
-
response: import("elysia").ExtractErrorFromHandle<{
|
|
36
|
-
readonly protectRoute: <AuthReturn, AuthFailReturn>(handleAuth: (user: UserType) => AuthReturn | Promise<AuthReturn>, handleAuthFail?: (error: AuthFailError) => AuthFailReturn) => Promise<AuthReturn | import("elysia").ElysiaCustomStatusResponse<"Bad Request", "Cookies are missing", 400> | NonNullable<AuthFailReturn> | import("elysia").ElysiaCustomStatusResponse<"Unauthorized", "User is not authenticated", 401>>;
|
|
37
|
-
}>;
|
|
38
|
-
}, {}, {
|
|
39
|
-
derive: {};
|
|
40
|
-
resolve: {};
|
|
41
|
-
schema: {};
|
|
42
|
-
standaloneSchema: {};
|
|
43
|
-
response: {};
|
|
44
|
-
}, {
|
|
45
|
-
derive: {};
|
|
46
|
-
resolve: {};
|
|
47
|
-
schema: {};
|
|
48
|
-
standaloneSchema: {};
|
|
49
|
-
response: {};
|
|
50
|
-
}>;
|
|
51
|
-
export {};
|
package/dist/routes/refresh.d.ts
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { Elysia } from 'elysia';
|
|
2
|
-
import type { AuthSessionStore } from '../session/types';
|
|
3
|
-
import { ClientProviders, OnRefreshError, OnRefreshSuccess, RouteString } from '../types';
|
|
4
|
-
type RefreshProps<UserType> = {
|
|
5
|
-
authSessionStore?: AuthSessionStore<UserType>;
|
|
6
|
-
clientProviders: ClientProviders;
|
|
7
|
-
refreshRoute?: RouteString;
|
|
8
|
-
onRefreshSuccess: OnRefreshSuccess;
|
|
9
|
-
onRefreshError: OnRefreshError;
|
|
10
|
-
sessionDurationMs?: number;
|
|
11
|
-
};
|
|
12
|
-
export declare const refresh: <UserType>({ authSessionStore, clientProviders, refreshRoute, onRefreshSuccess, onRefreshError, sessionDurationMs }: RefreshProps<UserType>) => Elysia<"", {
|
|
13
|
-
decorator: {};
|
|
14
|
-
store: {
|
|
15
|
-
session: import("../session/internalData").InternalSessionRecord<UserType>;
|
|
16
|
-
unregisteredSession: import("../session/internalData").InternalUnregisteredSessionRecord;
|
|
17
|
-
};
|
|
18
|
-
derive: {};
|
|
19
|
-
resolve: {};
|
|
20
|
-
}, {
|
|
21
|
-
typebox: {};
|
|
22
|
-
error: {};
|
|
23
|
-
}, {
|
|
24
|
-
schema: {};
|
|
25
|
-
standaloneSchema: {};
|
|
26
|
-
macro: {};
|
|
27
|
-
macroFn: {};
|
|
28
|
-
parser: {};
|
|
29
|
-
response: {};
|
|
30
|
-
}, {
|
|
31
|
-
[x: string]: {
|
|
32
|
-
post: {
|
|
33
|
-
body: unknown;
|
|
34
|
-
params: {};
|
|
35
|
-
query: unknown;
|
|
36
|
-
headers: unknown;
|
|
37
|
-
response: {
|
|
38
|
-
400: "Cookies are missing" | "Invalid provider" | "No refresh token found";
|
|
39
|
-
401: "Provider is required" | "Client provider not found" | "Client variant is required" | "Client variant not found" | "No auth provider found" | "No user session found";
|
|
40
|
-
200: Response;
|
|
41
|
-
501: "Provider is not refreshable";
|
|
42
|
-
422: {
|
|
43
|
-
type: "validation";
|
|
44
|
-
on: string;
|
|
45
|
-
summary?: string;
|
|
46
|
-
message?: string;
|
|
47
|
-
found?: unknown;
|
|
48
|
-
property?: string;
|
|
49
|
-
expected?: string;
|
|
50
|
-
};
|
|
51
|
-
500: "Failed to refresh token";
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
}, {
|
|
56
|
-
derive: {};
|
|
57
|
-
resolve: {};
|
|
58
|
-
schema: {};
|
|
59
|
-
standaloneSchema: {};
|
|
60
|
-
response: {};
|
|
61
|
-
}, {
|
|
62
|
-
derive: {};
|
|
63
|
-
resolve: {};
|
|
64
|
-
schema: {};
|
|
65
|
-
standaloneSchema: {};
|
|
66
|
-
response: {};
|
|
67
|
-
} & {
|
|
68
|
-
derive: {};
|
|
69
|
-
resolve: {};
|
|
70
|
-
schema: {};
|
|
71
|
-
standaloneSchema: {};
|
|
72
|
-
response: {};
|
|
73
|
-
}>;
|
|
74
|
-
export {};
|