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
Current implementation of PopSigner.Jwt although it uses JWSSigner from Nimbus,
it doesn't provide the ability to suspend signing in order to allow the user to authorize with biometrics or PIN the use of the Android Keystore.
Current implementation of
PopSigner.Jwt
although it usesJWSSigner
from Nimbus,it doesn't provide the ability to suspend signing in order to allow the user to authorize with biometrics or PIN the use of the Android Keystore.
The approach is explained here
PopSigner.Jwt
JwtProofBuilder
to suspend signature, execute the lamda and then resume signing.The text was updated successfully, but these errors were encountered: