From 268d304d1a093d751c82a13059c82ee5a0acca76 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 2 Jun 2020 07:42:25 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +