Version 2.0
There are several backwards incompatible changes relating to various configuration settings. Please see the details below if upgrading from a previous version.
Changes and New Features
#76 #77 #78 - provider refactoring (thanks @mbland)
#79 - MyUSA provider (thanks @mbland)
#80 #81 - pass provider access token upstream (thanks @mbland)
#82 - Bug Fix: redirect to /
from Sign In url (thanks @mbland)
#83 - Case insensitive email comparisons (thanks @mbland)
#84 - LinkedIn provider (thanks @balshor)
#90 - pass /robots.txt
upstream (thanks @mbland)
#88 #107 - -cookie-refresh
(thanks @mbland)
#89 #93 #106 - auto-reload authenticated emails file
#98 #109 - GitHub provider
#85 #102 - project rename to OAuth2 Proxy
(contributions from @pidah)
#91 - disable email validation --email-domain=*
#109 - better provider error logs
#99 - native TLS support
#104 - support multiple Oauth2 Proxies on same domain (thanks @tonymeng)
Upgrading from v1.x
--google-apps-domain
is now--email-domain
- Environment config variables are now
OAUTH2_PROXY_....
- The cookie name is now
_oauth2_proxy
(and configurable with--cookie-name
) --cookie-https-only
option has been removed (use--cookie-secure
)