add missing fields to auth response

* token_policies
* entity_id
* token_type
* orphan
This commit is contained in:
2020-03-29 11:53:02 +02:00
parent df696e9f17
commit a4a0e13904
4 changed files with 97 additions and 7 deletions

View File

@ -4,7 +4,11 @@
* Correctly parse Map field for token metadata (#34)
* Correctly map token policies on lookup (#35)
### Features
* Support for token types (#26)
### Improvements
* Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response
* Minor dependency updates