Initial commit

This commit is contained in:
2026-04-06 11:46:38 +00:00
commit 4c5041cade
26 changed files with 809 additions and 0 deletions

14
identity/device-auth.json Normal file
View File

@@ -0,0 +1,14 @@
{
"version": 1,
"deviceId": "0c66624cc9de965f99919e98bc64fcf523cd48307626a74e44157f953d659fe0",
"tokens": {
"operator": {
"token": "ZqKA9If2u0fac3amGVW72DYWAgxbjjDfLSqe9ze2agc",
"role": "operator",
"scopes": [
"operator.read"
],
"updatedAtMs": 1775321698632
}
}
}

7
identity/device.json Normal file
View File

@@ -0,0 +1,7 @@
{
"version": 1,
"deviceId": "0c66624cc9de965f99919e98bc64fcf523cd48307626a74e44157f953d659fe0",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAugXcCX8u1ghOWziA8/4HwBmoQTS8d14Gh12DGkvkJuw=\n-----END PUBLIC KEY-----\n",
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEILpnI7vEc1O+BR3zr/XzqrIsTdCEKZ55LlW1Ir8N9O0B\n-----END PRIVATE KEY-----\n",
"createdAtMs": 1775317018310
}