Implement single environment variable to configure application. In this case, `SAML_HTTPS_OVERRIDE` to force https
0.2.2
Refactored code according to code review
0.2.1
Fixes login template issue on jupyterhub. See https://github.com/jupyterhub/jupyterhub/blob/6be3160d7487bb362df7095f24454ef2814951fc/share/jupyterhub/templates/login.html#L16
0.2.0
authenticator.login_url()` needed by Jupyterhub to figure out what the login url is from the login template (see https://github.com/jupyterhub/jupyterhub/blob/6be3160d7487bb362df7095f24454ef2814951fc/jupyterhub/handlers/login.py#L99)
0.1.3
Prior to this version, if the IdP was sending a POST to https://<HOST>:<PORT>/hub/acs, the `handlers.get_request` function would encode that as `http`. This update fixes that bug to detect POST `https` correctly.
0.1.2
install_requires` field now contains all the dependencies for this project