Ayush Bahuguna

Results 4 issues of Ayush Bahuguna

``` app.intent('tfc', { 'slots': { 'phonenumber': 'AMAZON.NUMBER' }, 'utterances': ['{|my} {|contact number} {|phone number} {|number} {|is} {-|phonenumber}'] }, (req, res)=>{ let number - req.slot('phonenumber'); let login = new TfcLogin(); login.sendOtp(number).then((data)=>{...

question

I am using the `notp.totp.verify` method to verify a token for a base32 secret, but it fails for every token. The token is generated on the authenticator app, I tested...

Hi, I have been trying to make this work for a while now. First of all, content is a blog post, and it is a mixed content. So there are...

Hello, I am facing an issue in Firefox. I launch two versions of our app, one in chrome, and one in firefox. Regardless of whether the firefox client joins first...