Thom Seddon
|
60604ad3db
|
Always prompt user to select account on google login
This closes #103 and as discussed in that issue, hopefully fixes a
common source of error discussed in #31
|
2020-05-12 13:50:05 +01:00 |
|
Pierre Kisters
|
c3b4ba8244
|
Allow multiple cookie domains, domains and whitelists with environment variable (#98)
* comma env-delim for array flags
* tests for env-delim flags
|
2020-04-14 07:48:55 +01:00 |
|
Thom Seddon
|
5a9c6adedf
|
Multiple provider support + OIDC provider
|
2020-02-10 17:09:09 +00:00 |
|
Thom Seddon
|
a99330e6b2
|
Fix typos
|
2019-09-30 10:44:46 +01:00 |
|
Thom Seddon
|
3e6ccc8f45
|
Redirect to login on cookie expiry + simplify ValidateCookie function
Possible fix for #31
|
2019-06-13 15:13:52 +01:00 |
|
Thom Seddon
|
3e92400202
|
Fix backwards compat on "domain" config + remove "domains" config
Fixes #48
|
2019-06-11 13:14:29 +01:00 |
|
Thom Seddon
|
72fc88a82b
|
Add extra tests for env var backwards compat
|
2019-06-11 10:08:47 +01:00 |
|
Thom Seddon
|
d33ecc0654
|
Make rule parsing more robust
- check args length before popping
- ensure rule has name
|
2019-06-10 11:38:50 +01:00 |
|
Thom Seddon
|
a4a34dcd76
|
Handle unknown ini options
|
2019-05-07 19:17:42 +01:00 |
|
Thom Seddon
|
b0e4b6333d
|
Use updated go-flags version for env-namespace support
+ fix docs
|
2019-05-07 10:39:29 +01:00 |
|
Thom Seddon
|
8f6e911045
|
Backwards compatability fixes
|
2019-04-23 19:16:24 +01:00 |
|
Thom Seddon
|
fa61c84373
|
Fix, improve + test google provider initiation
|
2019-04-23 18:48:18 +01:00 |
|
Thom Seddon
|
3cc9cd13e1
|
Update option descriptions + prefer multiple singular options
Plus backwards compatability for legacy comma separated list options
|
2019-04-23 18:26:56 +01:00 |
|
Thom Seddon
|
93912f4a6e
|
Overhaul testing to use testify
|
2019-04-23 17:49:16 +01:00 |
|
Thom Seddon
|
6968f6181b
|
Add more v2 tests + fixes + improve legacy config parsing
|
2019-04-18 16:37:41 +01:00 |
|
Thom Seddon
|
5597b7268b
|
Use new rule config + tidy ups
|
2019-04-18 16:37:41 +01:00 |
|
Thom Seddon
|
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 |
|