You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the list of active maintainers.
Add a table of providers with NuGet, MyGet and documentation links for each provider.
Link to the samples directory where we can put a child README instead of directly to the sample app's directory.
Update license links to be HTTPS.
Copy file name to clipboardExpand all lines: README.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,18 @@ public void Configure(IApplicationBuilder app)
31
31
}
32
32
```
33
33
34
-
See [https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers/tree/dev/samples/Mvc.Client](https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers/tree/dev/samples/Mvc.Client) for a complete sample **using ASP.NET Core MVC and supporting multiple external providers**.
34
+
See the [/samples](https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers/tree/dev/samples) directory for a complete sample **using ASP.NET Core MVC and supporting multiple external providers**.
35
+
36
+
## Contributing
37
+
38
+
**AspNet.Security.OpenId.Providers** is actively maintained by:
**AspNet.Security.OpenId.Providers**is actively maintained by**[Kévin Chalet](https://github.com/PinpointTownes)** ([@PinpointTownes](https://twitter.com/PinpointTownes)) and **[Jerrie Pelser](https://github.com/jerriep)** ([@jerriepelser](https://twitter.com/jerriepelser)). Contributions are welcome and can be submitted using pull requests.
56
+
This project is licensed under the**Apache License**. This means that you can use, modify and distribute it freely. See [https://www.apache.org/licenses/LICENSE-2.0.html](https://www.apache.org/licenses/LICENSE-2.0.html) for more details.
46
57
47
-
## License
58
+
## Providers
59
+
60
+
Links to the latest stable and nightly NuGet packages for each provider, as well as a link to their integration documentation are listed in the table below.
61
+
62
+
If a provider you're looking for does not exist, consider making a PR to add one.
63
+
64
+
| Provider | Stable | Nightly | Documentation |
65
+
|:-:|:-:|:-:|:-:|
66
+
| OpenId |[](http://www.nuget.org/packages/AspNet.Security.OpenId/"Download AspNet.Security.OpenId from NuGet.org")|[](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OpenId"Download AspNet.Security.OpenId from MyGet.org")| N/A |
67
+
| Steam |[](http://www.nuget.org/packages/AspNet.Security.OpenId.Steam/"Download AspNet.Security.OpenId.Steam from NuGet.org")|[](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OpenId.Steam"Download AspNet.Security.OpenId.Steam from MyGet.org")|[Documentation](https://steamcommunity.com/dev"Steam developer documentation")|
48
68
49
-
This project is licensed under the **Apache License**. This means that you can use, modify and distribute it freely. See [http://www.apache.org/licenses/LICENSE-2.0.html](http://www.apache.org/licenses/LICENSE-2.0.html) for more details.
69
+
<!--
70
+
| CHANGEME | [](http://www.nuget.org/packages/AspNet.Security.OpenId.CHANGEME/ "Download AspNet.Security.OpenId.CHANGEME from NuGet.org") | [](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OpenId.CHANGEME "Download AspNet.Security.OpenId.CHANGEME from MyGet.org") | [Documentation](CHANGEME "CHANGEME developer documentation") |
0 commit comments