Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-06-29 | 935 Bytes | |
v2.2.0 source code.tar.gz | 2020-06-29 | 65.8 kB | |
v2.2.0 source code.zip | 2020-06-29 | 119.5 kB | |
Totals: 3 Items | 186.3 kB | 0 |
Features
- Add a generic oauth provider (for providers that's don't yet support oidc) (#138)
- Add logout endpoint (#107)
- Optionally match emails against either whitelist or domains when both are provided (#106)
- Add support for resource indicator to OIDC provider (#131)
- Improve logging detail and consistency (#114)
Fixes
- Always prompt user to select account on google login (#103)
- Fail if there is an error getting the user info in the login callback (#142)
- Use golang 1.13 in arm builds (#90)
- Allow multiple cookie domains, domains and whitelists to be specified via environment variables (#98)
- Warn when using http without insecure cookie (#114)
Docs
- Add traefik v2 examples
- Add extensive k8s examples (traefik v1.7 and v2)
- Use traefik v2 examples in README
- Add Provider Setup page to wiki