8000 Tags · dotnetkits/jwt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dotnetkits/jwt

Tags

20220629.9

Toggle 20220629.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

20220622.10

Toggle 20220622.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

20220617.7

Toggle 20220617.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

20220609.4

Toggle 20220609.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed JwtBuilder.Encode() with custom factory (jwt-dotnet#409)

* Fixed JwtBuilder.Encode() with custom factory
* Updated tests
* Bumped version to 10.0.0-beta2

20220605.11

Toggle 20220605.11's commit message
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

20220604.10

Toggle 20220604.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

20220526.4

Toggle 20220526.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

20220524.2

Toggle 20220524.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactored ValidationParameters (jwt-dotnet#396)

* Added WithValidationParameters() accepting lambda
* Updated XML docs
* Update README.md
* Bumped version to 9.0.1

20220426.4

Toggle 20220426.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

20220410.4

Toggle 20220410.4's commit message
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
0