boredgame/src/lib/server/api/services
2024-09-24 17:13:11 -07:00
..
collections.service.ts Fixing OAuth flows, passing code and state correctly to hono, and signing in with GitHub. 2024-09-17 17:32:26 -07:00
drizzle.service.ts 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
hashing.service.ts 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
iam.service.ts Fixing all the tests to pass 2024-09-13 17:21:22 -07:00
jobs.service.ts Refactoring to match simplifying done on the origin TaroStack. 2024-09-01 12:22:00 -07:00
loginrequest.service.ts Refactor hono again. 2024-09-04 16:04:41 -07:00
lucia.service.ts Moving around settings and security, fixing left nav to static list, fixing recovery codes generation. 2024-09-06 17:35:30 -07:00
mailer.service.ts Moving around settings and security, fixing left nav to static list, fixing recovery codes generation. 2024-09-06 17:35:30 -07:00
oauth.service.ts Fixing types and using provider type. 2024-09-21 09:37:21 -07:00
recovery-codes.service.ts 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
redis.service.ts Moving around settings and security, fixing left nav to static list, fixing recovery codes generation. 2024-09-06 17:35:30 -07:00
roles.service.ts Signup flow servers and repositories for user create. 2024-08-10 10:03:30 -07:00
tokens.service.ts Signup flow servers and repositories for user create. 2024-08-10 10:03:30 -07:00
totp.service.ts Adding newer oslo dependencies and argon2 in regular dependencies. 2024-09-23 09:50:01 -07:00
user_roles.service.ts Fixing OAuth flows, passing code and state correctly to hono, and signing in with GitHub. 2024-09-17 17:32:26 -07:00
users.service.ts Fixing types and using provider type. 2024-09-21 09:37:21 -07:00
wishlists.service.ts Fixing OAuth flows, passing code and state correctly to hono, and signing in with GitHub. 2024-09-17 17:32:26 -07:00