initial commit to enable token validation and key download

This commit is contained in:
2026-04-05 20:51:05 +02:00
parent 079375776b
commit 3b6daeef11
9 changed files with 124 additions and 32 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
////////////////////////
// RequestManager.php //
// DigiErbe Tresor //
////////////////////////
class RequestManager {
public function __construct(
) {
}
}