at_libraries
at_libraries copied to clipboard
feat: introduce at_signing_algo and hashing_algo in at_auth_request and at_onboarding_request
Closes https://github.com/atsign-foundation/at_client_sdk/issues/1561 - What I did
- Introduce SigningAlgoType and HashingAlgoType in at_auth_request and at_onboarding_request
- Pass signingAlgo and hashingAlgo to at_lookup instance while creation
- How to verify it
- when using an signing or hashing algorithm other than the default should, indicate the same while sending a from verb command to server
- Description for the changelog
feat: introduce at_signing_algo and hashing_algo in at_auth_request and at_onboarding_request
A functional test has been added but skipped for now. It will be unskipped once https://github.com/atsign-foundation/at_server/issues/2045 has been resolved
@sitaram-kalluri @srieteja https://github.com/atsign-foundation/at_server/issues/2045 has been resolved - let's unskip the test and get this PR reviewed and merged