fix: make samesite and domain attributes configurable for frontend sdk cookie

This commit is contained in:
lfleischmann
2024-02-05 18:01:38 +01:00
committed by GitHub
parent 2715899bd7
commit d871ec2fb1
117 changed files with 483 additions and 180 deletions

View File

@ -147,3 +147,9 @@ export {
userDeletedType,
CustomEventWithDetail,
};
// Misc
import { CookieSameSite } from "./lib/Cookie";
export type { CookieSameSite };