pstream-backend/server/utils
2025-04-13 15:15:13 -05:00
..
auth.ts created a better useAuth util to remove the constant boilerplate, now to get a user its just const user = await useAuth().getCurrentSession() and it handles all the content 2025-03-11 15:31:27 -05:00
challenge.ts changed some minor things 2025-04-13 15:15:13 -05:00
config.ts First Major commit for BackendV2, still more to do 2025-03-06 22:25:17 -06:00
logger.ts Added Trakt Lists 2025-03-28 14:42:15 -05:00
metrics.ts add metrics 2025-03-12 20:21:10 -06:00
prisma.ts First Major commit for BackendV2, still more to do 2025-03-06 22:25:17 -06:00
trakt.ts fixed type and trying to debug issue 2025-04-02 19:43:12 -05:00