over the past couple of weeks I have been working with the developer of a password manager called AuthPass and submitting issues asking for accessibility improvements and fixes and we've made a large amount of progress. Buttons are labeled and keyboard functionallity actually works
the app runs on both IOS and android.
pros: supports keyPass databases, cross-platform, able to sync database using dropbox, google drive or onedrive as well as securing your passwords using either a master password or via biometric authentication
cons: autofill isn't yet implemented on ios because of framework problems
app store link
https://apps.apple.com/app/authpass-pas … ;at=11l8ru
play store
https://play.google.com/store/apps/deta … x.authpass
github link
https://github.com/authpass/authpass
#1 2021-02-21 11:36:05
#2 2021-02-21 19:28:33
I'd love to test it out. Do you plan to add desktop access and autofill in the future?
#4 2021-02-21 21:22:47
Desktop support is already there but I don’t know if it’s accessible mainly because I was only talking to the developer about mobile. As for auto fill on iOS I don’t know when that’s gonna happen but if you’re an android user it’s already there.
#5 2021-02-22 03:39:26
I wonder if you can integrate with Bitwarden more directly given both products are open source. Glad to see this taking off!
#6 2021-02-22 03:55:02
integrate with it in what way?
#7 2021-02-22 16:24:17
REad the database, add passswords to it, autofill on Android, etc. Maybe a better multifactor auth solution as the Bitwarden app for Android still doesn't accept fido2/u2f keys.
#8 2021-02-23 02:44:37
@jack
I don't know how feasible adding bitwarden db support would be, unless there is an already made parser for it i don't think the dev would spend the long time needed to make one but let me see what I can do, I'll look to see if there is one