mpeltriaux
5b52119e89
* adds Kspuser as another expected header data to resolve the api user * adds/updates translations
9 lines
261 B
Python
9 lines
261 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 21.01.22
|
|
|
|
"""
|
|
KSP_TOKEN_HEADER_IDENTIFIER = "Ksptoken"
|
|
KSP_USER_HEADER_IDENTIFIER = "Kspuser" |