Compare commits

...

2 Commits

Author SHA1 Message Date
metacryst
1cc94f4d5f Merge branch 'main' of https://git.sun.museum/sam/Hyperia 2025-11-18 08:01:33 -06:00
metacryst
c240d43c40 fixing auth 2025-11-18 08:01:32 -06:00

View File

@@ -66,6 +66,7 @@ export default class AuthHandler {
sameSite: 'lax',
maxAge: 0, // expire immediately
path: '/',
domain: process.env.ENV === "production" ? "." + process.env.BASE_URL : undefined
});
res.redirect("/")