export const COOKIE_OPTIONS = {
  name: 'oa:token',
  lifetime: 60 * 3600 * 8,
  domain: '',
  path: '/',
  sameSite: 'lax',
}
