github.com/cs3org/reva/v2@v2.27.7/changelog/1.16.0_2021-11-19/http-reverseproxy.md (about) 1 Enhancement: Add the reverseproxy http service 2 3 This PR adds an HTTP service which does the job of authenticating incoming 4 requests via the reva middleware before forwarding them to the respective 5 backends. This is useful for extensions which do not have the auth mechanisms. 6 7 https://github.com/cs3org/reva/pull/2268