Hello everyone! Any idea what is the best choice f...
# multiplatform
d
Hello everyone! Any idea what is the best choice for Phone Authentication verification (OTP) in KMM application (Kotlin + iOS)? Have a nice day! 😃
l
When you say verification, are you verifying an otp on the device, or are you showing an otp based on secret/input?
I created an otp implementation (totp/hotp) for my project https://github.com/LandryNorris/MultiFactor The otp support is currently just a gradle module, but I can clean it up and publish it separately if it would be useful.