You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From time to time, we get an JOSESwiftError of type localAuthenticationFailed when trying to initialize a JWS object.
The Signer we use is an ECSigner with an algorith ES256.
After some investigations the error seems to be thrown by:
Hi @raphaelguye, do you have a reproducible scenario for us to have a look at? In the meantime you can also look at #173 which was the PR that added this part of error handling, for more details.
From time to time, we get an
JOSESwiftError
of typelocalAuthenticationFailed
when trying to initialize aJWS
object.The
Signer
we use is anECSigner
with an algorithES256
.After some investigations the error seems to be thrown by:
The
errorCode
is always -1Do you have any idea why such errors happens and how we should investigate the problem more in details?
The text was updated successfully, but these errors were encountered: