at_libraries icon indicating copy to clipboard operation
at_libraries copied to clipboard

feat: introduce at_signing_algo and hashing_algo in at_auth_request and at_onboarding_request

Open srieteja opened this issue 1 year ago • 2 comments

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

srieteja avatar Jul 11 '24 10:07 srieteja

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

srieteja avatar Jul 30 '24 12:07 srieteja

@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

gkc avatar Oct 08 '24 18:10 gkc