heroku / heroku-two-factor

Deprecated - see our updated docs.
https://devcenter.heroku.com/articles/two-factor-authentication
0 stars 0 forks source link

Use password authentication instead of OTP code for recovery codes #43

Closed brandur closed 10 years ago

brandur commented 10 years ago

This change is discussed in heroku/api#2208, but overall we offer a more consistent experience by asking for a password on these types of actions instead of an OTP code. An OTP code is still required at some to get the valid access token which also needs to be passed to the API.

/cc @JackCA