diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb2..de44b24f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +