AuthFill is your one-click solution for verifying email addresses across the web. Say goodbye to searching your inbox for verification codes or links.
Warning
We are currently in an open beta. You may encounter bugs.
Whether you need to verify your email or reset your password for the hundredth time, AuthFill makes it painless. Just click the AuthFill icon and youβre verified!
Whether you're team Gmail, Outlook, or using an old-school custom domain, AuthFill has your back.*
Your credentials and emails are never stored anywhere except your own device.**
AuthFill is fully open-source, so anyone can peek under the hood, suggest improvements, or just admire the code.
- Clone the repository
git clone [email protected]:authfill/authfill.git
cd authfill- Add your enviroment variables
cp .env.example .env- Install the dependencies
pnpm install- Start the development server
pnpm run dev- Load the unpacked extension
Chrome (or chromium based browsers):
- Open
chrome://extensions/ - Enable the "Developer mode" in the top right
- Press "Load unpacked" in the top left
- Navigate to the AuthFill source code and select the
apps/extension/distfolder
Firefox:
- Add
BROWSER=firefoxto your.envfile. - Restart the server by running
pnpm run devagain - Enter
about:debuggingin the Firefox search bar - Navigate to the "This Firefox" tab
- Press "Load Temporary Add-on"
- Navigate to the
apps/extension/distfolder and select themanifest.jsonfile inside apps/browser/build
If you prefer to run your own proxy server, see the Self-Hosting Guide for deployment instructions.
*AuthFill supports any email provider with IMAP access and plain-text password authentication. This includes Gmail, Outlook, and most custom domain email services.
**Due to a technical limitation of browser extensions, AuthFill has to temporarily proxy data through our servers to establish the IMAP connection and fetch your emails. However, your credentials and emails are never permanently stored and remain strictly confined to the processing step. Everything else stays local on your device. You can also self-host the proxy for full control. Read more in our Privacy Policy at https://authfill.com/privacy
