Add authorization

This commit is contained in:
2025-10-23 11:22:27 +02:00
parent a1563b53ac
commit e1c8b4ebeb
7 changed files with 82 additions and 9 deletions

4
dev-server.sh Normal file
View File

@@ -0,0 +1,4 @@
if [ -z "${APS_username}" ]; then
export APS_username="testuser"
fi
fastapi dev src/allmende_payment_system/app.py