Open mberenguer-adding opened 1 month ago
OK, so I found looking at swift code that if I set property transports to null as follows, it just works:
res.allowCredentials = res.allowCredentials.map((cred) => {
return {
id: cred.id,
type: cred.type,
transports: null
}
})
I guess it could be set by default if it's not needed. I'm going to test it on Android now. Let's see if everything works. Thanks for all your efforts creating this library.
Thank you for the feedback, I'll resolve it for the 3.0 release!
@mberenguer-adding Could you confirm this is fixed for you in 3.0?
Oh sorry. I'm from Valencia and there have been problems with floods. As soon as I can, I will test this.
I am using this library to authenticate to my .NET api using Fido2.AspNet. With version 2 it worked okay but I am testing new version to use new architecture.
I am getting this error on iOS:
The response I'm getting from my API is the following:
(I change rpId with * but there was the domain on that property and it is correct)
As you wanted feedback following new rc on iOS, I let these logs so we can get to the final release without errors.
Thanks in advance.