Commit graph

40 commits

Author SHA1 Message Date
7770dd6843 Change from TSyringe to Needle-DI. 2024-11-11 17:14:20 -08:00
Bradley Shellnut
c9b6269ce9 Cleanup code, fix IntelliJ removing star imports, move sessions to Redis. 2024-11-09 11:05:28 -08:00
Bradley Shellnut
88339093e1 Cleanup code based on the biomejs config. 2024-11-08 13:57:13 -08:00
Bradley Shellnut
7d4b1a8eb9 Creating session cookie util, typing cookies, and fixing session creation and cookie creation for flows. 2024-11-08 10:41:32 -08:00
Bradley Shellnut
50cd97993a Fixing some auth implementations. Removed text encoder for validate session token, unsure why it is needed. 2024-11-07 17:34:13 -08:00
Bradley Shellnut
faaf287bf0 Fixing other drizzle instantiation points and implementing usage in seed/migration. 2024-11-07 12:18:50 -08:00
Bradley Shellnut
3993596986 Formatting files, upgrading Drizzle, using snake case in Drizzle, update tables, fix unique ID with new Drizzle. 2024-11-06 09:49:18 -08:00
Bradley Shellnut
47ae91e015 Updating env, adding pino logger and providing to Hono, fixing biome formatting, and starting to maybe add some OpenAPI middleware. 2024-10-09 19:32:36 -07:00
Bradley Shellnut
7aa17d8c7d Changing password name. 2024-10-03 16:19:36 -07:00
Bradley Shellnut
4032838f49 Fixing get all wishlists, style wishlist cards, and fix TOTP. 2024-10-01 17:09:56 -07:00
Bradley Shellnut
51c06f1595 Updating another redis URL 2024-09-30 19:58:27 -07:00
Bradley Shellnut
4efb8d69e4 For seeding, update drizzle service to import directly and not $ 2024-09-30 10:06:02 -07:00
Bradley Shellnut
54bc9c3faa Using scrypt instead of Argon2 given it is a pure JS implementation and noders-argon2 rust implementation has issues on Vite/Vercel/etc. 2024-09-24 17:13:11 -07:00
21c0a33c52 Adding newer oslo dependencies and argon2 in regular dependencies. 2024-09-23 09:50:01 -07:00
03b6bdbcf3 Fixing types and using provider type. 2024-09-21 09:37:21 -07:00
3aa1c77947 Add picture and email verified columns to the user, migrations, fixing OAuth with Google, creating types for OAuth 2024-09-20 17:25:51 -07:00
Bradley Shellnut
a0b01e5ade Fixing OAuth flows, passing code and state correctly to hono, and signing in with GitHub. 2024-09-17 17:32:26 -07:00
fbf4d08b07 Adding OAuth for GitHub. 2024-09-16 09:07:22 -07:00
Bradley Shellnut
b1527e7782 Fixing all the tests to pass 2024-09-13 17:21:22 -07:00
Bradley Shellnut
3b33880166 Creating APIs for changing user password and calling it in change password. Cleaned up CSS layout styles and got settings nav correct. 2024-09-09 19:25:16 -07:00
Bradley Shellnut
2eee00a20d Moving around settings and security, fixing left nav to static list, fixing recovery codes generation. 2024-09-06 17:35:30 -07:00
Bradley Shellnut
e723c7b66a Refactor hono again. 2024-09-04 16:04:41 -07:00
Bradley Shellnut
679f88d50d Fixing totp mfa enable, disable, and recovery codes. 2024-09-03 17:22:27 -07:00
Bradley Shellnut
3aa537f389 Refactoring to match simplifying done on the origin TaroStack. 2024-09-01 12:22:00 -07:00
Bradley Shellnut
16f00607b1 Updating mfa totp. 2024-08-30 17:36:22 -07:00
Bradley Shellnut
df582f1534 Adding mfa page instead of 2FA, starting controller based password verification and totp generation. 2024-08-29 16:12:40 -07:00
Bradley Shellnut
ab4c019406 Fixing loading the wishlist and collection on the main landing page and getting your wishlist by id. 2024-08-22 19:26:22 -07:00
940b485273 Starting update profile with checks on services. 2024-08-18 23:00:59 -07:00
Bradley Shellnut
3ac7de641f Update shadcn, add biomejs, and implementing profile pages. 2024-08-18 20:28:15 -07:00
Bradley Shellnut
60d0706d58 Deleting all the old DB folder data and slowly migrating each page. 2024-08-15 16:25:41 -07:00
Bradley Shellnut
eeca4e4103 Fixing login cookie max-age. 2024-08-14 18:07:50 -07:00
Bradley Shellnut
7c2105d437 Adding more tests for services. 2024-08-13 16:42:10 -07:00
Bradley Shellnut
14fe604bf4 Fix tests, write random name generator, install faker, and update dependencies. 2024-08-13 15:19:57 -07:00
426ced1373 Fixing importing db provider on repositories. 2024-08-10 10:10:57 -07:00
80b956b35c Signup flow servers and repositories for user create. 2024-08-10 10:03:30 -07:00
Bradley Shellnut
4dbc93f819 Fixing build but node version 22 is needed and pre-render fails. 2024-08-01 16:46:29 -07:00
dbdac430ef Adding verify login with TOTP credentials coming from the credentials table. 2024-08-01 09:26:42 -07:00
Bradley Shellnut
bf55b04de6 Converting everything to the tsyringe IoC pattern. 2024-07-30 18:50:46 -07:00
Bradley Shellnut
3190e9601e Creating controllers, updating deps, and adding more repositories. 2024-07-28 18:39:42 -07:00
Bradley Shellnut
16191509b4 Copying over tables, migrations, seeds, etc. Creating DTOs for future use. 2024-07-24 17:39:03 -07:00