♻️ backend: move editing_session_key generation and parsing to specific implementation (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-08-25 22:26:29 +02:00
parent c66123f450
commit 3b81a21e08
3 changed files with 88 additions and 27 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Links in top right drop down application grid can be configured in the `applicat
Plugins are defined as entries under the `applications.plugins` array, with at least the following properties:
- `id` is mandatory and must be unique to each plugin
- `id` is mandatory and must be unique to each plugin. It must be rather short, and alphanumeric with `_`s only.
- `internal_domain` is the internal domain of the plugin's server, it must be the same as the one in the docker-compose.yml file for ex. or resolvable and accessible to the Twake Drive backend server.
- `external_prefix` is the external URL prefix of the plugin exposed by the backend and proxied to the `internal_domain`.
- `api.private_key` is the shared secret used by the plugin's server to authentify to the backend