Commit Graph

16 Commits

Author SHA1 Message Date
Logan Reeder
c88eda5230 ci-cd: removed useless things like the eslint and tsconfig packages, we just use oxlint and next lint now. Removed all of the hono context stuff that we didnt need, ran knip a bunch, removed the last of cloudflare, and updated docs and dependencies. Also finalized the db, auth, cache, and other stuff to run in the node environment 2025-08-25 17:10:11 -06:00
David Bauch
ef0e137b2f Merge branch 'inlovewithgo-fix/windows-import-compat' into feat/multiple-providers 2025-07-18 10:51:46 -04:00
Shubham Yadav
2709d9fd26 fix: resolve hydration errors on /app and secure rate-limiting logic
- Fixed hydration failed error when visiting /app route.
- Rewrote client/server rendering logic to eliminate mismatch.
- Hardened IP address parsing in rate limiter:
  - Stopped blindly trusting x-forwarded-for.
  - Added logic to extract the correct client IP securely.
  - Prevented DoS by properly handling cases with missing headers.
2025-07-17 11:04:23 +00:00
David Bauch
d6b5c64f28 wip on default account and account providers 2025-07-16 19:31:27 -04:00
David Bauch
cd6c4df39e Hono RPC is working! 2025-07-15 12:30:26 -04:00
Abhishek
0f884ffce7 refactor: fixed tsconfigs and improved modularity 2025-06-11 15:05:14 +05:30
Harsh
3a6d1343d9 chore: resolve @repo/* as package dependency 2025-06-10 13:24:13 +05:30
Harsh
469a554655 feat: update authentication middleware and add password recovery pages 2025-06-09 17:20:11 +05:30
Harsh Vardhan Pandey
dfed91f99b Merge branch 'main' into feat/auth-setup 2025-06-09 16:47:19 +05:30
Harsh
853c257124 feat: add path mapping for hooks in TypeScript configuration 2025-06-08 16:43:46 +05:30
Harsh
112fa78610 chore: remove unused path mapping for packages 2025-06-08 06:07:29 +05:30
Harsh
995ec913ab feat: add modular structure to auth package 2025-06-08 05:52:32 +05:30
Logan Reeder
d5625aa678 feat: added landing page, waitlist functionality, moved theme provider to provider folder, added middleware for protected routes 2025-05-31 13:46:35 -06:00
Logan Reeder
5946281e8a Added prettier formatting commands, rules, ignore and workflow. Added vscode settings to point to project format rules. Changed stop-color to stopColor. Changed gitignore rules for node_modules. 2025-05-27 12:59:58 -06:00
Logan Reeder
52c84800f5 added some icons 2025-05-25 12:49:18 -06:00
Logan Reeder
a36853d44f Added betterauth with package workspace 2025-05-22 22:20:16 -06:00