forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple token strategies in auth middleware (cs3org#4030)
* support multiple token strategies in auth middleware * add changelog
- Loading branch information
Showing
2 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters