Skip to content
Snippets Groups Projects
Verified Commit c2b7c3f9 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: CHANGELOG and README_CONFIGURATION

parent 21827923
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* One-time Authentication Tokens for login without credentials and login with
particular permissions and roles for the course of the session.
- `Entity/names` resource for retrieving all known entity names.
- Scripting is simplified by adding a `home` directory, of which a copy is
created for each called script and set as the `HOME` environment variable.
......
......@@ -13,3 +13,9 @@ The default configuration can be overriden by
in this order.
# One-time Authentication Tokens
One-time Authentication Tokens can be configure to be issued for special purposes (e.g. a call of a server-side script) or to be written to a file on a regular basis.
An example of a configuration is located at `./conf/core/authtoken.example.yaml`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment