"""Authentication constants."""

from __future__ import annotations

from typing import Final


ALGORITHMS: Final[list[str]] = ["RS256"]
