Add new provider DoYouBuzz

Add new french provider DoYouBuzz, a website which hosts CVs
This commit is contained in:
Yoann Blossier
2016-02-11 09:53:17 +01:00
parent fb0f78c250
commit 1a5b85eebe
18 changed files with 1155 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ using Owin.Security.Providers.Wargaming;
using Owin.Security.Providers.WordPress;
using Owin.Security.Providers.Yahoo;
using Owin.Security.Providers.Backlog;
using Owin.Security.Providers.DoYouBuzz;
using Owin.Security.Providers.Vimeo;
using Owin.Security.Providers.Fitbit;
using Owin.Security.Providers.Onshape;
@@ -314,6 +315,8 @@ namespace OwinOAuthProvidersDemo
//app.UseVKontakteAuthentication("", "");
//app.UseXingAuthentication("", "");
//app.UseDoYouBuzzAuthentication("", "");
}
}
}