Tags: dotnetkits/jwt
Tags
Added Encode<T>(T) and Encode(Type, object) to JwtBuilder (jwt-dotnet… …#415) * Added Encode<T>(T) and Encode(Type, object) * Bumped version to 10.0.0-beta5 * Added tests Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
Bumped Newtonsoft.Json from 10.0.3 to 13.0.1 (jwt-dotnet#421) * Bumped Newtonsoft.Json from 10.0.3 to 13.0.1 in /src/JWT * Bumped versions of all projects Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
Replaced NewtonSoft.Json with System.Text.Json (jwt-dotnet#401) * Added SystemTextSerializer, JsonSerializerFactory * References System.Text.Json * Bumped version of JWT to 10.0.0-beta3 * Bumped version of JWT.Extensions.AspNetCore to 10.0.0-beta1 * Bumped version of JWT.Extensions.DependecyInjection to 2.2.0-beta2 Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
Fixed JwtBuilder.Encode() with custom factory (jwt-dotnet#409) * Fixed JwtBuilder.Encode() with custom factory * Updated tests * Bumped version to 10.0.0-beta2
Made verify=true by default (jwt-dotnet#403) * Changed target framework from net46 to net462 * Updated methods, extension methods on IJwtDecoder * Made verify=true by default * Update README.md * Updated tests * Bumped JWT version to 10.0.0-beta1
Added some checks for None algorithm (jwt-dotnet#402) * Disallowed signature checking for algorithm None * Updated tests * Bumped version to 9.0.1 Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
Consistent implementation of ValidateExpClaim and ValidateNbfClaim (j… …wt-dotnet#397) * Added TokenNotYetValidException * Updated JwtValidator to throw it * Updated tests * Bumped version to 9.0.2 Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
Refactored ValidationParameters (jwt-dotnet#396) * Added WithValidationParameters() accepting lambda * Updated XML docs * Update README.md * Bumped version to 9.0.1
Updated JWT, AspNetCore to version to 9.0.0, DI to 2.0.0 (jwt-dotnet#391 ) * Bumped version of JWT to 9.0.0 * Bumped version of WT.Extensions.AspNetCore to 9.0.0 * Bumped version of JWT.Extensions.DependencyInjection to 2.0.0
Added AddJwtEncoder() overload accepting IJwtAlgorithm (jwt-dotnet#385) * Added overload accepting IJwtAlgorithm * Made overload accepting IAlgorithmFactory private * Added GenericAlgorithmFactory * Bumped version of JWT to 9.0.0-beta5 * Bumped version of JWT.Extensions.DI to 2.0.0-beta1 * Bumped version of JWT.Extensions.AspNetCore to 9.0.0-beta2
PreviousNext