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

Invalid argument(s): Unknown key type OKP #14

Open
bibash28 opened this issue Feb 14, 2023 · 3 comments
Open

Invalid argument(s): Unknown key type OKP #14

bibash28 opened this issue Feb 14, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@bibash28
Copy link

Key used:
final jwk = {
'kty': 'OKP',
'crv': 'Ed25519',
'd': sk,
'x': pk,
};

@rbellens
Copy link
Contributor

Hi @bibash28!
Octet key pairs are indeed currently not supported. If you want support for this, you can implement it yourself and do a PR, or you can consider sponsorship and I can do it for you.

@bibash28
Copy link
Author

Thank you for getting back to me. Basically, I am trying to solve this (appsup-dart/jose#49).

@bibash28
Copy link
Author

bibash28 commented Mar 6, 2023

Hi @rbellens , will you be able to help?

@rbellens rbellens added the enhancement New feature or request label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants