package piaf

  1. Overview
  2. Docs
type expiration = [
  1. | `Session
  2. | `Max_age of int64
]
type same_site = [
  1. | `None
  2. | `Lax
  3. | `Strict
]