64f0a9f580
Reinstate preferEmailToUser behaviour for basic auth sessions
2021-03-22 13:13:26 +00:00
220b3708fc
Add support for setting groups on session when using basic auth ( #1064 )
...
* Add support for setting groups on session when using basic auth
* Refactoring based on feedback
* Attribution
2021-02-25 13:02:23 -08:00
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
3fa42edb73
Fix import path for v7 ( #800 )
...
* fix import path for v7
find ./ -name "*.go" | xargs sed -i -e 's|"github.com/oauth2-proxy/oauth2-proxy|"github.com/oauth2-proxy/oauth2-proxy/v7|'
* fix module path
* go mod tidy
* fix installation docs
* update CHANGELOG
* Update CHANGELOG.md
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk >
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk >
2020-09-29 17:44:42 +01:00
7d6f2a3f45
Add Basic Auth session loader middleware
2020-07-19 17:21:42 +01:00