Add authentication providers support to the web server
Created by: valerybugakov
It should be possible to use all authentication providers with the web server. At the moment, only username/password login is supported.
Probably this issue is related to the static nature of the JS context that's used provided by the web server at the moment. Related issue: https://github.com/sourcegraph/sourcegraph/issues/21870.