cozy / cozy-proxy

This repository was part of CozyV2 which has been deprecated - Cozy authentication and routing layer
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
26 stars 31 forks source link

Fixed the way the 2FA key is being handled. #294

Closed babolivier closed 8 years ago

babolivier commented 8 years ago

To publish at the same time than https://github.com/cozy/cozy-home/pull/771.

Fixed the way the 2FA master key is being handled by Cozy's proxy, so a Yubikey can be used to authenticate through Cozy.

Also removed an useless update which could lead to master key corruption if handled wrongly.

aenario commented 8 years ago

Hey @babolivier, could you check why Travis got red (https://travis-ci.org/cozy/cozy-proxy/jobs/145027655#L1304-L1345) ?

babolivier commented 8 years ago

Oops, seems like I forgot to change the test. On it as soon as I get home. Thanks for noticing @aenario.

babolivier commented 8 years ago

@aenario Fixed the failed test, all is green now.

nono commented 8 years ago

Nice!