-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: jose asymmetric, closes #21 #22
base: main
Are you sure you want to change the base?
Conversation
Was puzzled for a bit why EdDSA didn't work myself as well. Will this be merged? |
@SaltyAom Any review on this? 🙃 |
I tried using the PR version in some test code ( EdDSA works but perhaps add some basic unit tests for all the other options to spot check. Also, I noticed TypeScript type inferencing is broken unlike the latest release version. My test code looked something like this:
|
f1ea0df
to
28be467
Compare
I don't have problems with types. What version of TS are you using? Try using P.S. I discarded the build commits in the main branch of my fork to be able to sync it |
Details
Asymmetric algorithms are not currently supported. At least I have not been able to get EdDSA to work as I described in #21.
Feature
How it works now
For asymmetric algorithms, use the
privateKey
andpublicKey
propertiesAs long as the PR is open
You can use this feature now
@SaltyAom