feat: Add support for multiple yubikeys
All checks were successful
Build Docker / BuildImage (push) Successful in 2m4s

This commit is contained in:
2025-12-27 20:20:24 +11:00
parent d1c10d781d
commit b4d255b1ff
4 changed files with 453 additions and 2 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "emergency-access"
version = "0.1.0"
description = "Display emergency info using YubiKey to access"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"flask>=3.1.2",
"flask-session>=0.8.0",
"gunicorn>=23.0.0",
"markdown>=3.10",
"pygments>=2.19.2",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"yubico-client>=1.13.0",
]