<?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: Mitch Harhay</title>
    <description>The latest articles on DEV Community by Mitch Harhay (@meharhay).</description>
    <link>https://dev.to/meharhay</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%2F3718556%2F62328604-e5aa-4992-8439-ec8094f6c577.png</url>
      <title>DEV Community: Mitch Harhay</title>
      <link>https://dev.to/meharhay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meharhay"/>
    <language>en</language>
    <item>
      <title>Testing MFA without constantly reaching for your phone</title>
      <dc:creator>Mitch Harhay</dc:creator>
      <pubDate>Mon, 19 Jan 2026 01:11:50 +0000</pubDate>
      <link>https://dev.to/meharhay/testing-mfa-without-constantly-reaching-for-your-phone-11ij</link>
      <guid>https://dev.to/meharhay/testing-mfa-without-constantly-reaching-for-your-phone-11ij</guid>
      <description>&lt;p&gt;When I’m working on authentication features, testing MFA almost always breaks flow.&lt;/p&gt;

&lt;p&gt;Unlock phone. Open authenticator. Scroll through test accounts. Race the 30-second timer.&lt;/p&gt;

&lt;p&gt;It’s not hard — just repetitive and a waste of time.&lt;/p&gt;

&lt;p&gt;I ended up building a small web-based TOTP tool that I keep open in a browser tab while working. It’s intentionally scoped for testing MFA flows only — not production or real accounts. When I’m done, I can bulk delete everything and move on.&lt;/p&gt;

&lt;p&gt;I’m curious how other people handle MFA during development. Do you test it end-to-end, disable it locally, or have internal tooling for this?&lt;/p&gt;

&lt;p&gt;Would love to hear what’s worked (or not) for you.&lt;/p&gt;

&lt;p&gt;Note: This tool is meant for development and testing workflows only. Please don’t use it to help Grandma when she calls asking for her TOTP codes.&lt;/p&gt;

&lt;p&gt;If you’re curious, the tool is here: &lt;a href="https://totplab.com" rel="noopener noreferrer"&gt;totplab.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>authentication</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
