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

fix: jwt request sig format #75

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

EthanYuan
Copy link
Collaborator

This pull request includes several changes to the mutiny-core and mutiny-wasm packages, focusing on improving the signature serialization method and adding new tests.

fix signature serialization:

  • mutiny-core/src/authclient.rs: Changed the signature serialization method from serialize_compact to serialize_der to ensure DER encoding is used.

Version update:

Test enhancements:

  • mutiny-core/src/authclient.rs: Added a new asynchronous test test_auth_manager_sign to verify the signature and public key generation process using the updated DER serialization method.

@EthanYuan EthanYuan requested review from duanyytop and jjyr December 23, 2024 13:46
@EthanYuan EthanYuan merged commit e987fcf into utxostack:develop Dec 23, 2024
9 checks passed
@EthanYuan EthanYuan deleted the fix-jwt-request-sig-format branch December 24, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants