MaximeD / gost

A gist client in go
MIT License
72 stars 5 forks source link

ADD support for 2fa #14

Closed MaximeD closed 10 years ago

MaximeD commented 10 years ago

Github users may decide to enable 2-fa authentication to have more security. Gost was not able to tell if a user had it enabled, and even worse, it pretended everything worked by creating an empty configuration file.

Users can now create a token whether they have 2-fa enabled or not.

REF #11

Details:

MaximeD commented 10 years ago

FIX #9