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
Thanks for this cocoapod, it looks great and is making my life so much easier!
One thing I'm doing is storing the hashed pin value as part of a user's account, for obvious reasons. But the current design doesn't really allow me to hook in anywhere to hash the entered pin before comparison, or to externalize the comparison.
The text was updated successfully, but these errors were encountered:
Thanks Serg. In the meantime I've found a workaround by overriding @verifyPinWithEntered: and re-synthesizing failedAttempts to give me access to _failedAttempts.
Thanks for this cocoapod, it looks great and is making my life so much easier!
One thing I'm doing is storing the hashed pin value as part of a user's account, for obvious reasons. But the current design doesn't really allow me to hook in anywhere to hash the entered pin before comparison, or to externalize the comparison.
The text was updated successfully, but these errors were encountered: