UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

8 lines (7 loc) 331 B
//#region src/plugins/two-factor/constant.ts const TWO_FACTOR_COOKIE_NAME = "two_factor"; const TRUST_DEVICE_COOKIE_NAME = "trust_device"; const TRUST_DEVICE_COOKIE_MAX_AGE = 720 * 60 * 60; //#endregion export { TRUST_DEVICE_COOKIE_MAX_AGE, TRUST_DEVICE_COOKIE_NAME, TWO_FACTOR_COOKIE_NAME }; //# sourceMappingURL=constant.mjs.map