boredgame/src/lib/server/api
2024-09-30 09:52:40 -07:00
..
common Fixing types and using provider type. 2024-09-21 09:37:21 -07:00
controllers Fixing types and using provider type. 2024-09-21 09:37:21 -07:00
databases Updating depenencies and fixing imports for seeds 2024-09-30 09:52:40 -07:00
dtos 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
emails Refactoring to match simplifying done on the origin TaroStack. 2024-09-01 12:22:00 -07:00
jobs 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
middleware 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
packages Moving around settings and security, fixing left nav to static list, fixing recovery codes generation. 2024-09-06 17:35:30 -07:00
providers Moving around settings and security, fixing left nav to static list, fixing recovery codes generation. 2024-09-06 17:35:30 -07:00
repositories Fixing OAuth flows, passing code and state correctly to hono, and signing in with GitHub. 2024-09-17 17:32:26 -07:00
services 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
tests 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
index.ts Fixing OAuth flows, passing code and state correctly to hono, and signing in with GitHub. 2024-09-17 17:32:26 -07:00