Add changelog

This commit is contained in:
Benedikt Kulmann
2020-08-27 20:19:50 +02:00
parent 765c5b5ecb
commit 506813a8cf
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,5 @@
Change: Unwrap roleIDs from access-token into metadata context
We pass the RoleIDs from the access-token into the metadata context.
https://github.com/owncloud/ocis-pkg/pull/59
+7
View File
@@ -0,0 +1,7 @@
Change: Provide cache for roles
In order to work efficiently with permissions we provide a cache for roles and a
middleware to update the cache based on roleIDs from the metadata context. It can be
used to check permissions in service handlers.
https://github.com/owncloud/ocis-pkg/pull/59