Hacker News new | ask | show | jobs
by smarx007 1611 days ago
Is there a way to install an OTP auth app on a Nokia feature phone?
1 comments

If you're talking about things like TOTP token apps, I'd expect there to be a possibility to do that.

The protocol isn't that complex, so worst case you can write your own. (I've ported the TOTP protocol to get a 6 digit nixie clock to generate my tokens, lol)

The more fancy ones that pop up a message (like in iOS or with Google Play Services) probably won't be supported.

Thanks! I did a further search and found these:

- KaiAuth https://www.reddit.com/r/KaiOS/comments/ft0jjn/kaiauth_simpl...

- GAuth by gbrad (https://kaptein.me/blog/porting-converting-web-apps-website-...)

- https://github.com/fwenzel/firekey

For some reason, when the KaiAuth developer tried to submit it into the KaiOS app store, KaiOStech rejected it because it doesn't "match the use case for majority of our users".