export const OAUTH_MAX_AGE = 60 * 10; export const SESSION_MAX_AGE = 60 * 60 * 24 * 7; export const OAUTH_COOKIE_PREFIX = "atproto_oauth_"; export const SESSION_COOKIE = "atproto_session"; export const HANDLE_COOKIE = "atproto_handle";