Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jul 3, 2023
1 parent 10014c0 commit d47ebbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog/unreleased/multiple-token-strategies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Enhancement: Support multiple token strategies in auth middleware

Different HTTP services can in general support different
token strategies for validating the reva token.
In this context, without updating every single client
a mono process deployment will never work.
Now the HTTP auth middleware accepts in its configuration a
token strategy chain, allowing to provide the reva
token in multiple places (bearer auth, header).

https://github.com/cs3org/reva/pull/4030

0 comments on commit d47ebbb

Please sign in to comment.