IdentityModel
IdentityModel copied to clipboard
JWT style token handlers for Branca and PASETO in .NET. EdDSA support for Microsoft.IdentityModel.
This is a new version of #9. --------------------------------------------------- This PR does a few things: Updated all Nuget packages to their latest versions. Implements a new ``` Verify(byte[] input, int inputOffset,...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.23.1 to 6.34.0. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 6.34.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 6.33.0 Bug Fixes: Clean up log messages. See #2339...
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.23.1 to 6.34.0. Release notes Sourced from Microsoft.IdentityModel.JsonWebTokens's releases. 6.34.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 6.33.0 Bug Fixes: Clean up log messages. See #2339...
Found this, which seems to get close. https://stackoverflow.com/questions/72152837/get-public-and-private-key-from-pem-ed25519-in-c-sharp I'm unable to create an EdDsaSecurityKey object from it. I'm new to BouncyCastle and EdDsa in general. I'm trying to setup JWTs...
Bumps [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp) from 2.3.0 to 2.3.1. Commits 45c6b99 Patch #1 for 2.3 See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...