guardianproject / haven

Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
https://guardianproject.github.io/haven/
GNU General Public License v3.0
6.63k stars 727 forks source link

New feature #255

Open leonardoporpora opened 6 years ago

leonardoporpora commented 6 years ago

Enable the possibility to setup 2FA with google Authenticator

leonardoporpora commented 6 years ago

To access to the .onion interface I meant

leonardoporpora commented 6 years ago

Maybe with TKIP

lukeswitz commented 6 years ago

Good idea, let’s lock it up-

To clarify, you’d like to see a 2FA on the interface every time you visit when enabled?

I’m all for it, will do some tests and report back.

leonardoporpora commented 6 years ago

hey @n8fr8 what you think about this feature?

leonardoporpora commented 6 years ago

@lukeswitz every time i want to see the log in .onion i must eneter password and 2FA (if enabled obv :) )

lukeswitz commented 6 years ago

@leonardoporpora I see that didn’t need to be asked when I reread it. Will update you with progress when it is working.

leonardoporpora commented 6 years ago

ok

lukeswitz commented 6 years ago

Decided to use TOTP and it works great in testing. When I sort out the SSL issue from the signal-cli update, it should be ready for a PR.

Note: I didn't replace the password entry, this works in conjunction with the original flow. Thanks again for the idea

leonardoporpora commented 6 years ago

Thanks bro