Add identity tokens

This commit is contained in:
Jonas Lochmann
2022-09-12 02:00:00 +02:00
parent a86a0abb05
commit 04aa2ce517
18 changed files with 390 additions and 11 deletions
+3
View File
@@ -54,3 +54,6 @@
- PING_INTERVAL_SEC
- ping interval at the websocket in seconds
- the default value is ``25``
- SIGN_SECRET
- used for signing tokens
- if not set or set to an empty string, then the features that depend on it are disabled