Jan Larwig
ceb9a387b1
deref everything... but why?
...
Signed-off-by: Jan Larwig <jan@larwig.com >
2025-11-16 22:38:54 +01:00
Jan Larwig
9d70e04262
feat: migrate all alpha config booleans to pointers
...
Signed-off-by: Jan Larwig <jan@larwig.com >
2025-11-16 22:38:49 +01:00
Jan Larwig
f3f30fa976
Merge commit from fork
...
Signed-off-by: Jan Larwig <jan@larwig.com >
2025-11-08 12:52:31 +01:00
Jan Larwig
5993067505
Merge commit from fork
...
Signed-off-by: Jan Larwig <jan@larwig.com >
2025-11-08 12:42:45 +01:00
Rishi Kambil
41cd418a5d
Fix - Refresh Session not working for multiple cookies ( #1209 ) ( #1227 )
...
* Fix - Refresh Session not working for multiple cookies (#1209 )
* added comments for flattenheaders fix
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk >
* Updated Changelog.md
Co-authored-by: Rishi Kambil <rishi.kambil@lntinfotech.com >
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk >
2021-06-09 10:22:33 +01:00
Nick Meves
c3f31b4dd5
Flatten array-based response headers
2021-02-03 16:48:26 -08:00
Lida Li
b541805dc1
Use comma separated multiple values for header ( #799 )
...
* Use comma separated value for multiple claims
* Fix lint error
* Fix more tests
* Fix one more test
* Always flatten the headers
* Ensure we test the real multi-groups
* Only update map when necessary
* Update CHANGELOG
* Move to the right location of change log
* Fix blank line
2021-01-22 08:48:34 +00:00
Nick Meves
6fb3274ca3
Refactor organization of scope aware request utils
...
Reorganized the structure of the Request Utils due to their widespread use
resulting in circular imports issues (mostly because of middleware & logger).
2021-01-16 13:55:48 -08:00
Joel Speed
6743e3991d
Add header injector middlewares
2020-10-07 18:24:58 +01:00