Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JWT authentication with public key using ES256 algorithm on .NET Compact Framework 3.5 #472

Open
andyle0302 opened this issue Apr 26, 2023 · 2 comments
Assignees

Comments

@andyle0302
Copy link

I am forced to use .NET Compact Framework 3.5 on Keyence to authenticate JWT with public key using ES256 algorithm, but I haven't found any solution or supporting package yet

@abatishchev abatishchev self-assigned this Apr 26, 2023
@abatishchev
Copy link
Member

I see that all ECSA algorithms in this library has a line like this:

https://github.com/jwt-dotnet/jwt/blob/9b9484f6b26e575cdc2377bc038d161aa5c7f501/src/JWT/Algorithms/ECDSAAlgorithm.cs#LL1C40-L1C40

Hower the docs for Ecdsa class says it's available for .NET 3.5.

Can you please submit a PR remove those lines and let's see how it goes, maybe they aren't necessary?

@abatishchev
Copy link
Member

@andyle0302 just found this stale issue. is it still something you'd be interested in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants