boredgame/src/lib/server/api/controllers
2024-11-07 17:34:13 -08:00
..
collection.controller.ts Adding more routes in openapi. 2024-10-14 18:12:05 -07:00
collection.routes.ts 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
iam.controller.ts Fixing other drizzle instantiation points and implementing usage in seed/migration. 2024-11-07 12:18:50 -08:00
iam.routes.ts 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
login.controller.ts Fixing some auth implementations. Removed text encoder for validate session token, unsure why it is needed. 2024-11-07 17:34:13 -08:00
login.routes.ts Changing the security auth openapi to be cookie session and documenting more APIs. 2024-10-13 23:10:35 -07:00
mfa.controller.ts 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
oauth.controller.ts Fixing some auth implementations. Removed text encoder for validate session token, unsure why it is needed. 2024-11-07 17:34:13 -08:00
signup.controller.ts 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
user.controller.ts 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
wishlist.controller.ts 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