Commit Graph

15 Commits

Author SHA1 Message Date
Innei
5bf93975f3 chore: update dependencies and improve auth implementation
- Updated various dependencies in package.json and pnpm-lock.yaml, including:
  - `redis-memory-server` from 0.11.0 to 0.12.1
  - `@sxzz/eslint-config` from 4.6.0 to 6.1.1
  - `@types/node` from 22.13.10 to 22.14.0
  - `eslint` from ^9.17.0 to ^9.24.0
  - `lint-staged` from 15.3.0 to 15.5.0
  - `typescript` from 5.7.3 to 5.8.3
  - Other minor updates across various packages.

- Refactored `CreateAuth` function in `auth.implement.ts` to utilize `createAuthMiddleware` for better session handling.
- Enhanced exports in `auth.ts` to include new utility functions from `better-auth`.

Signed-off-by: Innei <tukon479@gmail.com>
2025-04-06 23:00:39 +08:00
Innei
96263782d0 fix: lint and fix cache service
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-06 22:18:48 +08:00
renovate[bot]
0bfd90f71d chore(deps): update dependency nanoid to v5.1.5 (#2392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 10:35:56 +00:00
renovate[bot]
a313c24000 chore(deps): update dependency nanoid to v5.1.4 (#2372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 23:35:49 +08:00
renovate[bot]
31d8341124 chore(deps): update dependency better-auth to v1.1.21 [security] (#2380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 03:26:59 +00:00
renovate[bot]
628bdc8520 chore(deps): update dependency better-auth to v1.1.18 (#2360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 19:20:48 +00:00
renovate[bot]
073f993788 chore(deps): update dependency better-auth to v1.1.17 (#2333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 22:49:22 +00:00
renovate[bot]
32fb5611f9 chore(deps): update dependency better-auth to v1.1.16 [security] (#2337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 13:37:31 +00:00
renovate[bot]
34ba324536 chore(deps): update dependency better-auth to v1.1.14 (#2316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-20 13:37:01 +00:00
renovate[bot]
cb696c5172 chore(deps): update dependency better-auth to v1.1.10 (#2295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:38:12 +00:00
renovate[bot]
ad0261c139 chore(deps): update dependency better-auth to v1.1.7 (#2282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-31 07:30:21 +00:00
renovate[bot]
cb9c668597 chore(deps): update dependency better-auth to v1.1.6 [security] (#2280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 21:06:34 +00:00
renovate[bot]
ae339f2e4d chore(deps): update dependency better-auth to v1.1.3 (#2275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-25 23:24:25 +08:00
Innei
9b6b2d5661 chore: update deps
Signed-off-by: Innei <tukon479@gmail.com>
2024-12-19 14:51:07 +08:00
Innei
f60c1c23b3 chore: fix typo #2266
Signed-off-by: Innei <tukon479@gmail.com>
2024-12-19 14:17:08 +08:00