X1nto / Mauth

A Material You Two-factor Authentication app
GNU General Public License v3.0
399 stars 14 forks source link

feat: otp uri #30

Closed Lastaapps closed 1 year ago

Lastaapps commented 1 year ago

Hi,

I had to implement a TOTP mfa in my Android app and found out, that this perfect app does not support opening otpauth URI scheme from another app (other authenticators do). So I implemented this nice little feature.

I am sorry if I should ask you before. This is my first time contributing to a foreign project.

Thanks for the project

Have a nice day

Lastaapps commented 1 year ago

Ok, I see someone has already done it, nevermind 😅

X1nto commented 1 year ago

I might merge this one instead of the author of the previous PR doesn't follow the required changes I listed. This one actually utilizes the ViewModel so I actually prefer it over the previous one

X1nto commented 1 year ago

I'll fix the build myself

Lastaapps commented 1 year ago

Oh fuck, I really love these kinds of fixes when you want to update something small, don't check it and you break it instead, I'll fix it now ok, do it yourself. Thanks

X1nto commented 1 year ago

Thank you for your contribution!

Lastaapps commented 1 year ago

You're welcome, thanks for your project.