Info
Version: | 8.0.1 |
Author(s): | Dominique St-Amand |
Last Update: | Saturday, January 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DOMZE/fake-authentication-jwtbearer |
NuGet Url: | https://www.nuget.org/packages/WebMotions.Fake.Authentication.JwtBearer |
Install
Install-Package WebMotions.Fake.Authentication.JwtBearer
dotnet add package WebMotions.Fake.Authentication.JwtBearer
paket add WebMotions.Fake.Authentication.JwtBearer
WebMotions.Fake.Authentication.JwtBearer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Options(>= 3.1.8)
- Newtonsoft.Json(>= 12.0.3)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
Tags
Using this, we can fake any authentication we need, without the need to really authenticate a user.