-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HOWTO] use this for one-time validation against a server #155
Comments
Hi, Indeed it'd need to fixed. However it's quite a busy time for us at the moment so if you need this fixed before the next couple of weeks, I'd suggest you open a PR. That'd very appreciated. Cheers |
I tried to fix it in my own copy but wasn't able to. I removed all code that has something to do with Keychain so at least the Typeerror is gone. I would be happy to help but I think I'm not able to.. |
@Relax594 I don't know if I'm right, but you can get the same result using endProcessFunction.
|
Yes but no. The way this repo works does not allow this. It's a bug as stated by @Haskkor |
Simple support for external PIN validation . resolves jarden-digital#153 and jarden-digital#155 handleResultEnterPin can optionally return bolean to override internal pin validity check
Simple support for external PIN validation . resolves jarden-digital#153 and jarden-digital#155 handleResultEnterPin can optionally return bolean to override internal pin validity check
Simple support for external PIN validation . resolves jarden-digital#153 and jarden-digital#155 handleResultEnterPin can optionally return bolean to override internal pin validity check
I want to authenticate a user with a one-time pin input and send that pin to a server to validate him. If i set
status
to "choose" the user has to input the pin two times beforehandleResultEnterPin
gets called. Setting thestatus
to "enter" results inTypeError: null is not an object (evaluating 'RNKeychainManager.getInternetCredentialsForServer')
. The PIN should not get stored somewhere and always has to be validated by a server on every app start. Reason is that there is a windows tool, which has the functionality to reset or change the PIN for the user.Thank you very much!
The text was updated successfully, but these errors were encountered: