Microsoft.AspNetCore.Authentication.Google 10.0.0-preview.2.25164.1

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Authentication.Google.
dotnet add package Microsoft.AspNetCore.Authentication.Google --version 10.0.0-preview.2.25164.1
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Google -Version 10.0.0-preview.2.25164.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0-preview.2.25164.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0-preview.2.25164.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authentication.Google --version 10.0.0-preview.2.25164.1
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Google, 10.0.0-preview.2.25164.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.Google&version=10.0.0-preview.2.25164.1&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Google as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Google&version=10.0.0-preview.2.25164.1&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Google as a Cake Tool

About

Microsoft.AspNetCore.Authentication.Google contains middleware to support Google's OAuth 2.0 authentication workflow.

How to Use

To use Microsoft.AspNetCore.Authentication.Google, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Google

Configuration

  1. Refer to the guide in the official documentation here to configure the Google OAuth 2.0 client ID and secret
  2. Follow the steps in the official documentation here to store the Google client ID and secret
  3. Add the Authentication service to your app's Program.cs:
    var builder = WebApplication.CreateBuilder(args);
    
    builder.Services.AddAuthentication().AddGoogle(googleOptions =>
    {
        googleOptions.ClientId = builder.Configuration["Authentication:Google:ClientId"];
        googleOptions.ClientSecret = builder.Configuration["Authentication:Google:ClientSecret"];
    });
    

Main Types

The main types provided by this package are:

  • GoogleOptions: Represents the options for configuring Google authentication
  • GoogleHandler: The authentication handler responsible for processing Google authentication requests and generating the appropriate authentication ticket

Additional Documentation

For additional documentation and examples, refer to the official documentation on Google login setup in ASP.NET Core.

Feedback & Contributing

Microsoft.AspNetCore.Authentication.Google is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (126)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Google:

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Abp.AspNetZeroCore.Web

Package Description

NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (67)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Google:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
Version Downloads Last updated
10.0.0-preview.2.25164.1 445 19 days ago
10.0.0-preview.1.25120.3 647 a month ago
9.0.3 39,245 a month ago
9.0.2 98,931 2 months ago
9.0.1 101,453 3 months ago
9.0.0 144,367 5 months ago
9.0.0-rc.2.24474.3 10,842 6 months ago
9.0.0-rc.1.24452.1 4,075 7 months ago
9.0.0-preview.7.24406.2 1,624 8 months ago
9.0.0-preview.6.24328.4 71,396 9 months ago
9.0.0-preview.5.24306.11 787 10 months ago
9.0.0-preview.4.24267.6 727 5/21/2024
9.0.0-preview.3.24172.13 67,951 4/11/2024
9.0.0-preview.2.24128.4 786 3/12/2024
9.0.0-preview.1.24081.5 22,263 2/13/2024
8.0.14 16,999 a month ago
8.0.13 31,019 2 months ago
8.0.12 49,330 3 months ago
8.0.11 213,212 5 months ago
8.0.10 332,521 6 months ago
8.0.8 414,135 8 months ago
8.0.7 230,799 9 months ago
8.0.6 279,568 5/28/2024
8.0.5 169,532 5/14/2024
8.0.4 278,538 4/9/2024
8.0.3 279,181 3/12/2024
8.0.2 286,933 2/13/2024
8.0.1 267,175 1/9/2024
8.0.0 637,705 11/14/2023
8.0.0-rc.2.23480.2 7,864 10/10/2023
8.0.0-rc.1.23421.29 2,945 9/12/2023
8.0.0-preview.7.23375.9 2,256 8/8/2023
8.0.0-preview.6.23329.11 2,592 7/11/2023
8.0.0-preview.5.23302.2 1,246 6/13/2023
8.0.0-preview.4.23260.4 226,115 5/16/2023
8.0.0-preview.3.23177.8 1,647 4/11/2023
8.0.0-preview.2.23153.2 88,098 3/14/2023
8.0.0-preview.1.23112.2 51,005 2/21/2023
7.0.20 44,464 5/28/2024
7.0.19 3,132 5/14/2024
7.0.18 6,956 4/9/2024
7.0.17 12,670 3/12/2024
7.0.16 20,222 2/13/2024
7.0.15 32,462 1/9/2024
7.0.14 91,656 11/14/2023
7.0.13 131,016 10/24/2023
7.0.12 61,450 10/10/2023
7.0.11 117,525 9/12/2023
7.0.10 186,827 8/8/2023
7.0.9 131,276 7/11/2023
7.0.8 98,881 6/22/2023
7.0.7 37,906 6/13/2023
7.0.5 466,346 4/11/2023
7.0.4 120,066 3/14/2023
7.0.3 127,516 2/14/2023
7.0.2 174,805 1/10/2023
7.0.1 78,151 12/13/2022
7.0.0 320,050 11/7/2022
7.0.0-rc.2.22476.2 3,322 10/11/2022
7.0.0-rc.1.22427.2 67,349 9/14/2022
7.0.0-preview.7.22376.6 1,070 8/9/2022
7.0.0-preview.6.22330.3 763 7/12/2022
7.0.0-preview.5.22303.8 968 6/14/2022
7.0.0-preview.4.22251.1 4,412 5/10/2022
7.0.0-preview.3.22178.4 1,013 4/13/2022
7.0.0-preview.2.22153.2 561 3/14/2022
7.0.0-preview.1.22109.13 574 2/17/2022
6.0.36 12,888 5 months ago
6.0.35 7,839 6 months ago
6.0.33 15,847 8 months ago
6.0.32 14,822 9 months ago
6.0.31 14,880 5/28/2024
6.0.30 20,152 5/14/2024
6.0.29 14,633 4/9/2024
6.0.28 18,201 3/12/2024
6.0.27 19,822 2/13/2024
6.0.26 43,841 1/9/2024
6.0.25 59,336 11/14/2023
6.0.24 120,706 10/24/2023
6.0.23 21,577 10/10/2023
6.0.22 64,466 9/12/2023
6.0.21 101,340 8/8/2023
6.0.20 53,565 7/11/2023
6.0.19 46,436 6/22/2023
6.0.18 29,131 6/13/2023
6.0.16 188,284 4/11/2023
6.0.15 82,063 3/14/2023
6.0.14 74,206 2/14/2023
6.0.13 249,751 1/10/2023
6.0.12 86,814 12/13/2022
6.0.11 234,702 11/7/2022
6.0.10 319,548 10/11/2022
6.0.9 187,434 9/13/2022
6.0.8 335,874 8/9/2022
6.0.7 751,878 7/12/2022
6.0.6 274,160 6/14/2022
6.0.5 1,255,177 5/10/2022
6.0.4 294,003 4/11/2022
6.0.3 215,848 3/8/2022
6.0.2 223,587 2/8/2022
6.0.1 965,860 12/14/2021
6.0.0 787,315 11/8/2021
6.0.0-rc.2.21480.10 5,666 10/12/2021
6.0.0-rc.1.21452.15 4,980 9/14/2021
6.0.0-preview.7.21378.6 2,739 8/10/2021
6.0.0-preview.6.21355.2 1,612 7/14/2021
6.0.0-preview.5.21301.17 1,300 6/15/2021
6.0.0-preview.4.21253.5 1,074 5/24/2021
6.0.0-preview.3.21201.13 982 4/8/2021
6.0.0-preview.2.21154.6 826 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 2,007 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 154,215 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 30,742 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 37,498 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 42,498 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 79,136 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 58,207 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 134,897 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 149,363 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 135,877 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 158,845 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 234,341 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 152,271 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 200,567 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 179,430 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 139,371 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 121,900 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 147,329 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 455,471 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,486 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 3,554 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 1,263 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 1,495 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 1,182 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 740 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 829 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 1,706 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 791 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 791 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 44,172 12/13/2022
3.1.31 8,747 11/8/2022
3.1.30 6,186 10/11/2022
3.1.29 6,881 9/13/2022
3.1.28 11,601 8/9/2022
3.1.27 11,885 7/12/2022
3.1.26 14,924 6/14/2022
3.1.25 14,430 5/10/2022
3.1.24 8,366 4/11/2022
3.1.23 24,199 3/8/2022
3.1.22 39,847 12/14/2021
3.1.21 31,424 11/7/2021
3.1.20 49,327 10/11/2021
3.1.19 34,176 9/14/2021
3.1.18 120,797 8/10/2021
3.1.17 56,802 7/13/2021
3.1.16 80,504 6/8/2021
3.1.15 29,163 5/11/2021
3.1.14 103,873 4/6/2021
3.1.13 105,408 3/9/2021
3.1.12 71,540 2/9/2021
3.1.11 149,882 1/12/2021
3.1.10 276,468 11/9/2020
3.1.9 249,645 10/13/2020
3.1.8 322,311 9/8/2020
3.1.7 153,161 8/11/2020
3.1.6 190,513 7/14/2020
3.1.5 602,404 6/9/2020
3.1.4 195,063 5/12/2020
3.1.3 450,037 3/24/2020
3.1.2 260,731 2/18/2020
3.1.1 222,180 1/14/2020
3.1.0 334,866 12/3/2019
3.1.0-preview3.19555.2 1,044 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 705 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 938 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 15,108 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 15,845 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 858,822 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,516 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,042 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 5,002 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 2,518 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 3,142 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,798 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 2,047 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,621 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,954 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,281 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 167 3 months ago
2.2.2 9,576,646 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.0 10,788,206 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,427 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,048 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,404 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.8 4,599,858 2/12/2019
2.1.2 9,034,998 8/21/2018
2.1.1 10,685,373 6/18/2018
2.1.0 3,462,130 5/29/2018
2.1.0-rc1-final 19,535 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 19,979 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,458 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,748,560 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,424,511 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,256,946 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,371,695 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,991 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,389 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 11,471 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 121,154 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 143,876 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 118,170 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,042 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 4,729 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,311 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,446 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 15,016 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 8,136 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 162,401 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,355 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.