diff options
author | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2015-07-04 13:43:28 +0100 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2015-07-04 13:54:35 +0100 |
commit | 369182b4eeb189cd38b87b1f31bd624f55ce96e0 (patch) | |
tree | 19e8efba0fa5ad25c0041edfb8a797a1a304f8e6 | |
parent | b0f5f21523526c863b9a61f64864109d96738c9b (diff) | |
download | DotNetOpenAuth-369182b4eeb189cd38b87b1f31bd624f55ce96e0.zip DotNetOpenAuth-369182b4eeb189cd38b87b1f31bd624f55ce96e0.tar.gz DotNetOpenAuth-369182b4eeb189cd38b87b1f31bd624f55ce96e0.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 38 |
1 files changed, 32 insertions, 6 deletions
@@ -1,13 +1,39 @@ DotNetOpenAuth ============== -[](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Dev Build:: [](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop) -[](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop) -[](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/master) +## Summary ## +The C# implementation of the OpenID, OAuth protocols. Use DotNetOpenAuth to create Identity Providers and Identity Consumers (Relying Parties). -A C# implementation of the OpenID, OAuth protocols +The following sample implementations are available: +* OpenID Provider (MVC / WebForms) +* OpenID Relying Party (Classic ASP / MVC / WebForms) +* OpenID Web Ring Provider / Relying Party +* OAuth Authorisation Server +* OAuth Resource Server +* OAuth Service Provider +* OAuth Client +* OAuth Consumer (Web/Wpf) -Samples available: +All samples are available in the [Samples Repository](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples) + +## Credits ## +DotNetOpenAuth utilises the following open source projects: + +- [ASP.NET Web API](https://aspnetwebstack.codeplex.com/) +- [Katana](https://katanaproject.codeplex.com/) +- [Autofac](http://autofac.org/) +- [Json.Net](http://james.newtonking.com/json) +- [LibLog](https://github.com/damianh/LibLog) +- [Web Protection Library](https://wpl.codeplex.com/) +- [XUnit](https://github.com/xunit/xunit) +- [License Header Manager](https://visualstudiogallery.msdn.microsoft.com/5647a099-77c9-4a49-91c3-94001828e99e) + +..and is supported by the following open source friendly companies: + +- [JetBrains](http://www.jetbrains.com) +- [Gitter](http://gitter.im) +- [Huboard](http://huboard.com) +- [AppVeyor](http://appveyor.com) -* [Source](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples) |