diff --git a/changelog/unreleased/add-account-middleware.md b/changelog/unreleased/add-account-middleware.md new file mode 100644 index 0000000000..13f66acfc7 --- /dev/null +++ b/changelog/unreleased/add-account-middleware.md @@ -0,0 +1,6 @@ +Change: add middleware for x-access-token distmantling + +We added a middleware that dismantles the `x-access-token` from the request header and makes +it available in the context. + +https://github.com/owncloud/ocis-pkg/pull/46