How uses google authenticator on wappler?

Hi guys,

Today I have a curious question. How use the google authenticator on my wappler project? There’s an default method today or I need to work mannually with APIs?

Maybe this will help:

1 Like

I think he/she refers to two-factor authentication

2FA is on the todo list and something I’m hoping they add to v6 very soon.

I have a feeling this would be easy to set up using an SMS provider like Twilio or Clicksend. From what I can see you’d generate a unique ID on the server then SMS a link back to the user to click, this would then clear the number from the DB table and confirm access. We’re on the verge of something similar using Twilio SMS.

1 Like

SMS carries a cost. The beauty of authenticator is it’s completely free and works with a number of apps (authy, Google authenticator, 1Password, etc.) and SMS is less secure.

2 Likes

There’s nothing built-in. You’ll need to integrate it yourself.

Passport has a 2FA strategy.

Hopefully the feature request for it happens at some point.