summaryrefslogtreecommitdiff
path: root/auth-server-poc/src/authn.py
Commit message (Collapse)AuthorAgeFilesLines
* Add read/write permissions to JWTs based on YAMLErnst Widerberg2022-01-131-0/+97
- Uses Linus's YAML code, except with password stuff removed since auth-server-poc uses htpasswd. - The collector checks JWT on API endpoints get, get/{key}, and delete/{key}, but not on add.