Info
Version: | 2.0.1 |
Author(s): | Raphael Bickel |
Last Update: | Wednesday, April 11, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/RAPHAEL_BICKEL/aspnetcore.firebase.authentication |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.Firebase.Authentication |
Install
Install-Package AspNetCore.Firebase.Authentication
dotnet add package AspNetCore.Firebase.Authentication
paket add AspNetCore.Firebase.Authentication
AspNetCore.Firebase.Authentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.0.2)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.3)
- Microsoft.AspNetCore.Authentication.OAuth(>= 2.0.3)
Tags
The jwt validation validate the issuer and audience (firebase project), the token signature (using google certificates) and the token validity.