Oleksii Pavliuk

Results 5 comments of Oleksii Pavliuk

The Time-Based Algorithms work this way. It doesn't mean that the code's 30-second life starts from the time when it is generated. It means that it complies with the 30-second...

You have to use `.verify()` method instead of `.check()` in order to verify the code.

Hey guys, I had the same issue. However, having read [the documentation](https://github.com/mscdex/ssh2/blob/master/SFTP.md) again, I found that `.fastGet()` uses a chunk reading, which does not work for a huge file because...

Just in case someone is trying to implement **IAM auth to AWS Elasticache in NodeJS with auto-reconnect** when the token expires, here is the implementation that works for me. **IAMAuthTokenRequest.js**...