18 Commits

Author SHA1 Message Date
Vasily Zubarev bdda4ad720 fix: OTP codes generation 2026-01-25 15:14:08 +01:00
Vasily Zubarev 3d90c50ece Revert "fix: try fixing OTP ids again =/"
This reverts commit 1a987fe75f.
2026-01-25 15:12:58 +01:00
Vasily Zubarev 1a987fe75f fix: try fixing OTP ids again =/ 2026-01-25 14:56:06 +01:00
Artem Sushchev f7cec371fc fix: remove generateId: false to fix OTP UUID generation errors (#56)
Removes the generateId: false setting from Better Auth config that was causing UUID generation errors when creating OTP verification records.

According to Better Auth documentation, generateId: false should only be used for auto-increment ID schemas. For UUID-based schemas, Better Auth should generate UUIDs using crypto.randomUUID().

This fixes the 'Failed to send the code' error during OTP email verification.
2026-01-12 09:07:05 +01:00
Vasily Zubarev 9903325f17 fix: session expires too fast 2025-07-22 21:28:04 +02:00
vas3k 312587d5b3 fix: longer cookie age 2025-05-21 14:19:19 +02:00
Vasily Zubarev 8b5a2e8056 feat: invoice generator 2025-05-07 14:53:13 +02:00
Vasily Zubarev 26991a1520 ci: use local prisma client 2025-05-03 10:23:13 +02:00
Vasily Zubarev 69bc4b3889 fix: ai balance for unlimited plan 2025-05-03 09:48:38 +02:00
Vasily Zubarev abd5ad8403 feat: stripe integration 2025-04-24 15:27:44 +02:00
Vasily Zubarev 9809e05453 fix: fetch session profile from DB 2025-04-22 14:43:45 +02:00
Vasily Zubarev 73e83221b8 feat: storage and token limiting 2025-04-21 13:50:45 +02:00
Vasily Zubarev 62bad46e58 feat: calculate used storage 2025-04-10 15:14:54 +02:00
Vasily Zubarev 29a4ac4977 fix: currency converter and auth apis 2025-04-09 15:04:48 +02:00
Vasily Zubarev bfac59133b fix: set baseURL for production deploy 2025-04-03 17:10:26 +02:00
Vasily Zubarev d8711b7142 fix: pre-production fixes, add docker-compose.production.yml 2025-04-03 15:43:37 +02:00
Vasily Zubarev f1a26e511e feat: config.js 2025-04-03 14:36:16 +02:00
Vasily Zubarev f523b1f8ba BREAKING: postgres + saas 2025-04-03 13:07:54 +02:00