Commit Graph

8 Commits

Author SHA1 Message Date
9e5994b959 Add Generic OAuth Provider (#138) 2020-06-29 21:04:42 +01:00
fb8b216481 Optionally match emails against *either* whitelist or domains when both are provided (#106)
The previous behaviour would ignore domains if the whitelist parameter was provided, however if both parameters are provided then matching either is more likely the intent.
2020-06-03 14:11:59 +01:00
5a9c6adedf Multiple provider support + OIDC provider 2020-02-10 17:09:09 +00:00
3e6ccc8f45 Redirect to login on cookie expiry + simplify ValidateCookie function
Possible fix for #31
2019-06-13 15:13:52 +01:00
93912f4a6e Overhaul testing to use testify 2019-04-23 17:49:16 +01:00
6968f6181b Add more v2 tests + fixes + improve legacy config parsing 2019-04-18 16:37:41 +01:00
e057f2d63a Improve qsdiff error reporting 2019-04-18 16:37:41 +01:00
9abe509f66 Refactor progress
- move directory structure
- string based rule definition
- use traefik rule parsing
- drop toml config
- new flag library
- implement go dep
2019-04-18 16:37:55 +01:00