Skip to content

Tags: MyTkme/jwt

Tags

20191005.2

Toggle 20191005.2's commit message
Make a copy of extra headers before modifying them (jwt-dotnet#226)

* Make a copy of extra headers before modifying them

20191001.7

Toggle 20191001.7's commit message
Extend RSAlgorithmFactory to support all ctors of RS256Algorithm (jwt…

…-dotnet#221)

* Extend RSAlgorithmFactory to support all ctors of RS256Algorithm
* Update JWT.csproj to bump version

20190929.65

Toggle 20190929.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactoring RS256Algorithm, tests (jwt-dotnet#223)

* Making GetPublicKey and GetPrivateKey consistent in RS256Algorithm
* Renaming Test to Tests

20190817.2

Toggle 20190817.2's commit message
Added method to add several claims (jwt-dotnet#210)

* Added method to add several claims
* Added unit test for AddClaims method
* Bumped the minor version