Attic is a cozy space with lofty ambitions. attic.social
at main 5 lines 236 B view raw
1export const OAUTH_MAX_AGE = 60 * 10; 2export const SESSION_MAX_AGE = 60 * 60 * 24 * 7; 3export const OAUTH_COOKIE_PREFIX = "atproto_oauth_"; 4export const SESSION_COOKIE = "atproto_session"; 5export const HANDLE_COOKIE = "atproto_handle";