devsecops / restacker

Apache License 2.0
4 stars 6 forks source link

Bug: Authenticated Sessions are not being cached #11

Closed pbnj closed 8 years ago

pbnj commented 8 years ago

Upon typing restacker list, I am prompted with MFA token (which is expected). After authenticating, when re-typing restacker list, Restacker should be caching the previous session and return results, but instead it asks for MFA token again.

Furthermore, if the user enters the same MFA token, Restacker throws error:

MultiFactorAuthentication failed with invalid MFA one time pass code.

pbnj commented 8 years ago

Resolved by PR #10 (https://github.com/devsecops/restacker/pull/10/commits/e1f91946c8544888ff64c8d6fc7761eaaf04f5ef)