Hello, I would like to know how I recreate the data that was signed by the private key during assertion flow.
I read on various sources that my code should get the 37 bytes of authenticator data, append the SHA-256 hash of clientDataJSON string to the end and verify that data given the signature and the public key! But it doesn't seem to work.
I have opened a StackOverflow issue to it where I've provided broader details: https://stackoverflow.com/q/78819955/26530591