add changelog

This commit is contained in:
A.Unger
2020-12-04 14:09:55 +01:00
parent 2cddc0a23c
commit d81e47cc7e
@@ -0,0 +1,5 @@
Enhancement: Add www-authenticate based on user agent
We now comply with HTTP spec by adding Www-Authenticate headers on every `401` request. Furthermore we not only take care of such thing at the Proxy but also Reva will take care of it. In addition we now are able to lock-in user-agents to specific challenges.
https://github.com/owncloud/ocis/pull/1009