Same here. On macOS 14.
So much time lost debugging the shader. :(
No solution?
Post
Replies
Boosts
Views
Activity
Hey!
I'm going nuts about the data construction.
What data format are you using for rawClientDataJSON and rawAuthenticatorData? Do you use the raw bytes converted from base64?
I hash rawClientDataJSON to clientDataHash.
Concatenate rawAuthenticatorData and clientDataHash.
And finally hash it to nonce, before verifying it.
Would appreciate your feedback worlds!
Hey!
I'm going nuts about the data construction.
What data format are you using for clientData and assertion? Do you use the raw bytes converted from base64?
I hash clientData.
Concatenate assertion and clientDataHash.
And finally hash it to nonce, before verifying it.
Would appreciate your feedback worlds!
Xcode 15 beta 7 - still no fix for the issue.
Applies to Beta 6 as well.