From c2b7c3f9b8e3408b8acaaabfd7e89b7e49927833 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 3 Jul 2020 15:28:55 +0200
Subject: [PATCH] DOC: CHANGELOG and README_CONFIGURATION

---
 CHANGELOG.md            | 2 ++
 README_CONFIGURATION.md | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88ac0b52..81a411b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/README_CONFIGURATION.md b/README_CONFIGURATION.md
index 55b47175..27045eea 100644
--- a/README_CONFIGURATION.md
+++ b/README_CONFIGURATION.md
@@ -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`.
+
-- 
GitLab