set resource session as base domain cookie

This commit is contained in:
Milo Schwartz 2024-11-27 00:07:40 -05:00
parent 41e531306d
commit 8178dd1525
No known key found for this signature in database
13 changed files with 169 additions and 52 deletions

View file

@ -9,3 +9,4 @@ export * from "./requestEmailVerificationCode";
export * from "./changePassword";
export * from "./requestPasswordReset";
export * from "./resetPassword";
export * from "./checkResourceSession";