Results 4 issues of Jaap

When adding the following in my requirements.txt: `git+https://github.com/Jaapp-/asgi-auth-github@master#egg=asgi-auth-github` and install from a new virtualenv, I get an error like this: `error: invalid command 'bdist_wheel'` https://stackoverflow.com/questions/34819221/why-is-python-setup-py-saying-invalid-command-bdist-wheel-on-travis-ci As per the answers, adding...

In Starlette, I'm using something like this: ```python auth_app = GitHubAuth(...) app.mount('/admin', app=auth_app) ``` In this case, `scope["path"] == "/"` and `scope["root_path"] == "/admin"`. As a result the redirect cookie...

As the configuration file has one user section, specifying random user overwrites this section and credentials are lost. When servers have been purchased previously, this can end up in losing...