Files
Hotel-Booking/Backend/venv/lib/python3.12/site-packages/authlib/consts.py
Iliyan Angelov 62c1fe5951 updates
2025-12-01 06:50:10 +02:00

12 lines
299 B
Python

name = "Authlib"
version = "1.6.5"
author = "Hsiaoming Yang <me@lepture.com>"
homepage = "https://authlib.org"
default_user_agent = f"{name}/{version} (+{homepage})"
default_json_headers = [
("Content-Type", "application/json"),
("Cache-Control", "no-store"),
("Pragma", "no-cache"),
]