Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2020-06-02 07:42:25 +00:00
parent 486621cb30
commit 268d304d1a

View File

@@ -0,0 +1,17 @@
# Changes in unreleased
## Summary
* Change - Use account uuid from x-access-token: [#14](https://github.com/owncloud/ocis-settings/pull/14)
## Details
* Change - Use account uuid from x-access-token: [#14](https://github.com/owncloud/ocis-settings/pull/14)
We are now using an ocis-pkg middleware for extracting the account uuid of the authenticated
user from the `x-access-token` of the http request header and inject it into the Identifier
protobuf messages wherever possible. This allows us to use `me` instead of an actual account
uuid, when the request comes through the proxy.
https://github.com/owncloud/ocis-settings/pull/14