We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10014c0 commit d47ebbbCopy full SHA for d47ebbb
changelog/unreleased/multiple-token-strategies.md
@@ -0,0 +1,11 @@
1
+Enhancement: Support multiple token strategies in auth middleware
2
+
3
+Different HTTP services can in general support different
4
+token strategies for validating the reva token.
5
+In this context, without updating every single client
6
+a mono process deployment will never work.
7
+Now the HTTP auth middleware accepts in its configuration a
8
+token strategy chain, allowing to provide the reva
9
+token in multiple places (bearer auth, header).
10
11
+https://github.com/cs3org/reva/pull/4030
0 commit comments