add missing fields to token data

* entity_id
* expire_time
* explicit_max_ttl
* issue_time
* renewable
* type
This commit is contained in:
2020-03-29 12:34:19 +02:00
parent a4a0e13904
commit 8f10bbfed7
4 changed files with 117 additions and 9 deletions

View File

@ -9,6 +9,7 @@
### Improvements
* Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response
* Added `entity_id`, `expire_time`, `explicit_max_ttl`, `issue_time`, `renewable` and `type` flags to token data
* Minor dependency updates