Noggin.NetCoreAuth
1.1.0-beta
See the version list below for details.
dotnet add package Noggin.NetCoreAuth --version 1.1.0-beta
NuGet\Install-Package Noggin.NetCoreAuth -Version 1.1.0-beta
<PackageReference Include="Noggin.NetCoreAuth" Version="1.1.0-beta" />
paket add Noggin.NetCoreAuth --version 1.1.0-beta
#r "nuget: Noggin.NetCoreAuth, 1.1.0-beta"
// Install Noggin.NetCoreAuth as a Cake Addin #addin nuget:?package=Noggin.NetCoreAuth&version=1.1.0-beta&prerelease // Install Noggin.NetCoreAuth as a Cake Tool #tool nuget:?package=Noggin.NetCoreAuth&version=1.1.0-beta&prerelease
A simple library for doing social authentication in .NET Core MVC. It authenticates that people are who they say they are, but does not authorise them and has no opinion on how you store details about your users.
Includes login providers for GitHub, Google, Facebook and Twitter.
See the project site for instructions and the sample site implementation on for a working example.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Microsoft.Extensions.Configuration.Binder (>= 5.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 5.0.0)
- RestSharp (>= 106.11.7)
- System.ValueTuple (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 266 | 11/13/2023 |
1.2.0 | 185 | 9/12/2023 |
1.1.1 | 414 | 7/19/2021 |
1.1.0 | 473 | 1/9/2021 |
1.1.0-beta | 292 | 1/7/2021 |
1.0.0-beta | 335 | 10/5/2020 |
0.5.2 | 775 | 2/8/2019 |
0.5.0 | 887 | 8/3/2018 |
0.4.0 | 837 | 7/29/2018 |
0.3.0-beta | 697 | 7/28/2018 |
0.2.1-beta | 771 | 7/17/2018 |
0.2.0-beta | 761 | 7/15/2018 |
0.1.4-beta | 764 | 7/14/2018 |
0.1.3-beta | 756 | 7/6/2018 |
0.1.2-beta | 815 | 5/24/2018 |
Made ILoginHandler async. This is the 3rd non beta release of Noggin .NetCore Auth. Please add feature requests and bug reports to the project's GitHub issue page.