1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

Drop deprecated MyUSA provider.

[Resolves #390]
This commit is contained in:
Joshua Carp
2017-10-07 23:36:48 -04:00
parent 7b26256df6
commit d118cb7bbb
5 changed files with 5 additions and 206 deletions

View File

@@ -18,8 +18,6 @@ type Provider interface {
func New(provider string, p *ProviderData) Provider {
switch provider {
case "myusa":
return NewMyUsaProvider(p)
case "linkedin":
return NewLinkedInProvider(p)
case "facebook":