Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play Framework 2 two-factor authentication?

I'm wondering if there are any good libraries out there for implementing two-factor auth with a Play Framework 2 app using SecureSocial? I've done a good amount of Googling, and have turned up nothing.

like image 641
jetcom Avatar asked Nov 11 '22 14:11

jetcom


1 Answers

Silhouette is a Play module that supports Two Factor Authentication. Silhouette was originally a fork of SecureSocial so perhaps you can reasonably easily switch to Silhouette. However, I think it's been fairly heavily rewritten so perhaps won't be so easy after all.

I use Silhouette myself and it works fine, but I haven't tested two factor authentication yet though.

like image 149
KajMagnus Avatar answered Jan 04 '23 03:01

KajMagnus