Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit 369182b

Browse files
Update README.md
1 parent b0f5f21 commit 369182b

1 file changed

Lines changed: 32 additions & 6 deletions

File tree

README.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
11
DotNetOpenAuth
22
==============
33

4-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
Dev Build:: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/develop?svg=true)](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop)
55

6-
[![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/develop?svg=true)](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop)
7-
[![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/master?svg=true)](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/master)
6+
## Summary ##
7+
The C# implementation of the OpenID, OAuth protocols. Use DotNetOpenAuth to create Identity Providers and Identity Consumers (Relying Parties).
88

9-
A C# implementation of the OpenID, OAuth protocols
9+
The following sample implementations are available:
10+
* OpenID Provider (MVC / WebForms)
11+
* OpenID Relying Party (Classic ASP / MVC / WebForms)
12+
* OpenID Web Ring Provider / Relying Party
13+
* OAuth Authorisation Server
14+
* OAuth Resource Server
15+
* OAuth Service Provider
16+
* OAuth Client
17+
* OAuth Consumer (Web/Wpf)
1018

11-
Samples available:
19+
All samples are available in the [Samples Repository](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples)
20+
21+
## Credits ##
22+
DotNetOpenAuth utilises the following open source projects:
23+
24+
- [ASP.NET Web API](https://aspnetwebstack.codeplex.com/)
25+
- [Katana](https://katanaproject.codeplex.com/)
26+
- [Autofac](http://autofac.org/)
27+
- [Json.Net](http://james.newtonking.com/json)
28+
- [LibLog](https://github.com/damianh/LibLog)
29+
- [Web Protection Library](https://wpl.codeplex.com/)
30+
- [XUnit](https://github.com/xunit/xunit)
31+
- [License Header Manager](https://visualstudiogallery.msdn.microsoft.com/5647a099-77c9-4a49-91c3-94001828e99e)
32+
33+
..and is supported by the following open source friendly companies:
34+
35+
- [JetBrains](http://www.jetbrains.com)
36+
- [Gitter](http://gitter.im)
37+
- [Huboard](http://huboard.com)
38+
- [AppVeyor](http://appveyor.com)
1239

13-
* [Source](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples)

0 commit comments

Comments
 (0)