Info
| Version: | 9.0.0 |
| Author(s): | Dominique St-Amand |
| Last Update: | Sunday, March 9, 2025 |
| .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.