<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: rsanzedah</title>
    <description>The latest articles on DEV Community by rsanzedah (@rsanzedah).</description>
    <link>https://dev.to/rsanzedah</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F218998%2F9fa35efc-ada6-4556-aeb5-59b94e58909e.png</url>
      <title>DEV Community: rsanzedah</title>
      <link>https://dev.to/rsanzedah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rsanzedah"/>
    <language>en</language>
    <item>
      <title>otp not working</title>
      <dc:creator>rsanzedah</dc:creator>
      <pubDate>Tue, 27 Aug 2019 14:16:14 +0000</pubDate>
      <link>https://dev.to/rsanzedah/otp-not-working-513b</link>
      <guid>https://dev.to/rsanzedah/otp-not-working-513b</guid>
      <description>&lt;p&gt;Hello, i used topt.now for my automation code. Was working fine for signing in but as soon as i changed to updated chrome driver to 76, the opt part stopped working. The authentication is wrong now. Any feedback. Is there any relationship with chromedriver version for totp&lt;/p&gt;

&lt;p&gt;public static String getotp(String secretkey) {&lt;br&gt;
// String secretkey = "6BSLNLLRH7HLJFMM"; // &amp;lt;- this 2FA secret key.&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Totp totp = new Totp(secretkey);
return totp.now();
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
      <category>otpauthenification</category>
    </item>
  </channel>
</rss>
