@factiii/auth 0.5.1 → 0.5.2

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/index.d.mts CHANGED
@@ -6,8 +6,8 @@ import { PrismaClient } from '@prisma/client';
6
6
  import * as _trpc_server from '@trpc/server';
7
7
  import * as zod from 'zod';
8
8
  import { CreateHTTPContextOptions } from '@trpc/server/adapters/standalone';
9
- import { S as SchemaExtensions, A as AuthHooks } from './hooks-yHGJ7C6_.mjs';
10
- export { C as ChangePasswordInput, L as LoginInput, O as OAuthLoginInput, R as ResetPasswordInput, a as SignupInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, e as endAllSessionsSchema, l as loginSchema, o as oAuthLoginSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-yHGJ7C6_.mjs';
9
+ import { S as SchemaExtensions, A as AuthHooks } from './hooks-BXNxNK4S.mjs';
10
+ export { C as ChangePasswordInput, L as LoginInput, O as OAuthLoginInput, R as ResetPasswordInput, a as SignupInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, e as endAllSessionsSchema, l as loginSchema, o as oAuthLoginSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-BXNxNK4S.mjs';
11
11
 
12
12
  //# sourceMappingURL=TRPCError.d.ts.map
13
13
  //#endregion
@@ -659,12 +659,12 @@ declare function createAuthRouter<TExtensions extends SchemaExtensions = {}>(con
659
659
  email: zod.ZodString;
660
660
  password: zod.ZodEffects<zod.ZodString, string, string>;
661
661
  }, "strip", zod.ZodTypeAny, {
662
- username: string;
663
662
  email: string;
663
+ username: string;
664
664
  password: string;
665
665
  }, {
666
- username: string;
667
666
  email: string;
667
+ username: string;
668
668
  password: string;
669
669
  }>>["in"] extends infer T_7 ? T_7 extends inferParser<[TExtensions["signup"]] extends [zod.AnyZodObject] ? zod.ZodObject<{
670
670
  username: zod.ZodString;
@@ -683,12 +683,12 @@ declare function createAuthRouter<TExtensions extends SchemaExtensions = {}>(con
683
683
  email: zod.ZodString;
684
684
  password: zod.ZodEffects<zod.ZodString, string, string>;
685
685
  }, "strip", zod.ZodTypeAny, {
686
- username: string;
687
686
  email: string;
687
+ username: string;
688
688
  password: string;
689
689
  }, {
690
- username: string;
691
690
  email: string;
691
+ username: string;
692
692
  password: string;
693
693
  }>>["in"] ? T_7 extends _trpc_server.TRPCUnsetMarker ? void : T_7 : never : never;
694
694
  output: {
package/dist/index.d.ts CHANGED
@@ -6,8 +6,8 @@ import { PrismaClient } from '@prisma/client';
6
6
  import * as _trpc_server from '@trpc/server';
7
7
  import * as zod from 'zod';
8
8
  import { CreateHTTPContextOptions } from '@trpc/server/adapters/standalone';
9
- import { S as SchemaExtensions, A as AuthHooks } from './hooks-yHGJ7C6_.js';
10
- export { C as ChangePasswordInput, L as LoginInput, O as OAuthLoginInput, R as ResetPasswordInput, a as SignupInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, e as endAllSessionsSchema, l as loginSchema, o as oAuthLoginSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-yHGJ7C6_.js';
9
+ import { S as SchemaExtensions, A as AuthHooks } from './hooks-BXNxNK4S.js';
10
+ export { C as ChangePasswordInput, L as LoginInput, O as OAuthLoginInput, R as ResetPasswordInput, a as SignupInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, e as endAllSessionsSchema, l as loginSchema, o as oAuthLoginSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-BXNxNK4S.js';
11
11
 
12
12
  //# sourceMappingURL=TRPCError.d.ts.map
13
13
  //#endregion
@@ -659,12 +659,12 @@ declare function createAuthRouter<TExtensions extends SchemaExtensions = {}>(con
659
659
  email: zod.ZodString;
660
660
  password: zod.ZodEffects<zod.ZodString, string, string>;
661
661
  }, "strip", zod.ZodTypeAny, {
662
- username: string;
663
662
  email: string;
663
+ username: string;
664
664
  password: string;
665
665
  }, {
666
- username: string;
667
666
  email: string;
667
+ username: string;
668
668
  password: string;
669
669
  }>>["in"] extends infer T_7 ? T_7 extends inferParser<[TExtensions["signup"]] extends [zod.AnyZodObject] ? zod.ZodObject<{
670
670
  username: zod.ZodString;
@@ -683,12 +683,12 @@ declare function createAuthRouter<TExtensions extends SchemaExtensions = {}>(con
683
683
  email: zod.ZodString;
684
684
  password: zod.ZodEffects<zod.ZodString, string, string>;
685
685
  }, "strip", zod.ZodTypeAny, {
686
- username: string;
687
686
  email: string;
687
+ username: string;
688
688
  password: string;
689
689
  }, {
690
- username: string;
691
690
  email: string;
691
+ username: string;
692
692
  password: string;
693
693
  }>>["in"] ? T_7 extends _trpc_server.TRPCUnsetMarker ? void : T_7 : never : never;
694
694
  output: {
package/dist/index.js CHANGED
@@ -1169,14 +1169,15 @@ var BaseProcedureFactory = class {
1169
1169
  data: { password: hashedPassword }
1170
1170
  });
1171
1171
  await this.config.prisma.passwordReset.delete({ where: { id: token } });
1172
- const sessionsToDelete = await this.config.prisma.session.findMany({
1173
- where: { userId: passwordReset.userId },
1172
+ const sessionsToRevoke = await this.config.prisma.session.findMany({
1173
+ where: { userId: passwordReset.userId, revokedAt: null },
1174
1174
  select: { id: true, socketId: true, userId: true }
1175
1175
  });
1176
- await this.config.prisma.session.deleteMany({
1177
- where: { userId: passwordReset.userId }
1176
+ await this.config.prisma.session.updateMany({
1177
+ where: { userId: passwordReset.userId, revokedAt: null },
1178
+ data: { revokedAt: /* @__PURE__ */ new Date() }
1178
1179
  });
1179
- for (const session of sessionsToDelete) {
1180
+ for (const session of sessionsToRevoke) {
1180
1181
  if (this.config.hooks?.onSessionRevoked) {
1181
1182
  await this.config.hooks.onSessionRevoked(
1182
1183
  session.id,
package/dist/index.mjs CHANGED
@@ -1035,14 +1035,15 @@ var BaseProcedureFactory = class {
1035
1035
  data: { password: hashedPassword }
1036
1036
  });
1037
1037
  await this.config.prisma.passwordReset.delete({ where: { id: token } });
1038
- const sessionsToDelete = await this.config.prisma.session.findMany({
1039
- where: { userId: passwordReset.userId },
1038
+ const sessionsToRevoke = await this.config.prisma.session.findMany({
1039
+ where: { userId: passwordReset.userId, revokedAt: null },
1040
1040
  select: { id: true, socketId: true, userId: true }
1041
1041
  });
1042
- await this.config.prisma.session.deleteMany({
1043
- where: { userId: passwordReset.userId }
1042
+ await this.config.prisma.session.updateMany({
1043
+ where: { userId: passwordReset.userId, revokedAt: null },
1044
+ data: { revokedAt: /* @__PURE__ */ new Date() }
1044
1045
  });
1045
- for (const session of sessionsToDelete) {
1046
+ for (const session of sessionsToRevoke) {
1046
1047
  if (this.config.hooks?.onSessionRevoked) {
1047
1048
  await this.config.hooks.onSessionRevoked(
1048
1049
  session.id,
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { g as AuthSchemas, C as ChangePasswordInput, h as CreatedSchemas, L as LoginInput, i as LoginSchemaInput, O as OAuthLoginInput, j as OAuthSchemaInput, R as ResetPasswordInput, a as SignupInput, k as SignupSchemaInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, m as checkPasswordResetSchema, n as createSchemas, p as deregisterPushTokenSchema, q as disableTwofaSchema, e as endAllSessionsSchema, u as getTwofaSecretSchema, l as loginSchema, o as oAuthLoginSchema, w as registerPushTokenSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, x as twoFaResetVerifySchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-yHGJ7C6_.mjs';
2
+ export { g as AuthSchemas, C as ChangePasswordInput, h as CreatedSchemas, L as LoginInput, i as LoginSchemaInput, O as OAuthLoginInput, j as OAuthSchemaInput, R as ResetPasswordInput, a as SignupInput, k as SignupSchemaInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, m as checkPasswordResetSchema, n as createSchemas, p as deregisterPushTokenSchema, q as disableTwofaSchema, e as endAllSessionsSchema, u as getTwofaSecretSchema, l as loginSchema, o as oAuthLoginSchema, w as registerPushTokenSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, x as twoFaResetVerifySchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-BXNxNK4S.mjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { g as AuthSchemas, C as ChangePasswordInput, h as CreatedSchemas, L as LoginInput, i as LoginSchemaInput, O as OAuthLoginInput, j as OAuthSchemaInput, R as ResetPasswordInput, a as SignupInput, k as SignupSchemaInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, m as checkPasswordResetSchema, n as createSchemas, p as deregisterPushTokenSchema, q as disableTwofaSchema, e as endAllSessionsSchema, u as getTwofaSecretSchema, l as loginSchema, o as oAuthLoginSchema, w as registerPushTokenSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, x as twoFaResetVerifySchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-yHGJ7C6_.js';
2
+ export { g as AuthSchemas, C as ChangePasswordInput, h as CreatedSchemas, L as LoginInput, i as LoginSchemaInput, O as OAuthLoginInput, j as OAuthSchemaInput, R as ResetPasswordInput, a as SignupInput, k as SignupSchemaInput, T as TwoFaVerifyInput, V as VerifyEmailInput, b as biometricVerifySchema, c as changePasswordSchema, m as checkPasswordResetSchema, n as createSchemas, p as deregisterPushTokenSchema, q as disableTwofaSchema, e as endAllSessionsSchema, u as getTwofaSecretSchema, l as loginSchema, o as oAuthLoginSchema, w as registerPushTokenSchema, r as requestPasswordResetSchema, d as resetPasswordSchema, s as signupSchema, t as twoFaResetSchema, x as twoFaResetVerifySchema, f as twoFaVerifySchema, v as verifyEmailSchema } from './hooks-BXNxNK4S.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factiii/auth",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,12 +8,12 @@ declare const signupSchema: z.ZodObject<{
8
8
  email: z.ZodString;
9
9
  password: z.ZodEffects<z.ZodString, string, string>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- username: string;
12
11
  email: string;
12
+ username: string;
13
13
  password: string;
14
14
  }, {
15
- username: string;
16
15
  email: string;
16
+ username: string;
17
17
  password: string;
18
18
  }>;
19
19
  /**
@@ -8,12 +8,12 @@ declare const signupSchema: z.ZodObject<{
8
8
  email: z.ZodString;
9
9
  password: z.ZodEffects<z.ZodString, string, string>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- username: string;
12
11
  email: string;
12
+ username: string;
13
13
  password: string;
14
14
  }, {
15
- username: string;
16
15
  email: string;
16
+ username: string;
17
17
  password: string;
18
18
  }>;
19
19
  /**