|
|
|
|
|
by simonw
4864 days ago
|
|
Does two-factor auth have to be that expensive to implement these days? I've experimented with building it against Google Authenticator (free, runs on any modern smart phone) and it's ridiculously easy to get up and running - it's a few lines of Python https://github.com/tadeck/onetimepass/blob/master/onetimepas... Doesn't solve the problem of users without smart phones though, which I imagine is still not ignorable at most universities. |
|