Add changelog items

This commit is contained in:
Benedikt Kulmann
2020-05-26 16:35:54 +02:00
parent 89a0f13956
commit d313f223c2
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
Enhancement: Make jwt secret configurable
We added a config option for the reva token manager JWTSecret. It was hardcoded before and is now configurable.
https://github.com/owncloud/ocis-proxy/pull/41
+5
View File
@@ -0,0 +1,5 @@
Bugfix: Fix x-access-token in header
We fixed setting the x-access-token in the request header, which was broken before.
https://github.com/owncloud/ocis-proxy/pull/41