Create service dockerising stuff

This commit is contained in:
Emma
2023-05-04 20:04:06 -06:00
parent a910783882
commit cd3f653f3f
20 changed files with 194 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
import { Context } from "oak";
import { USER_TOKEN } from "../constsAndEnums.ts";
import { USER_TOKEN } from "common/constsAndEnums.ts";
import { verifyUserSessionToken } from "../lib/jwt.ts";
export const authenticateUser = async (ctx: Context, next: () => any) => {