authenticator-extension/authenticator

Authenticator generates 2-Step Verification codes in your browser.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 14th, 2026
Created on February 17th, 2018
Open Issues & Pull Requests: 332 (+0)
GitHub issues: Enabled
Number of forks: 1,159
Total Stargazers: 4,674 (+0)
Total Subscribers: 186 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.4 days
Mean response time: 50.7 days
90th percentile: 132.7 days
Tracked items: 100

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 56% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 161
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 405 days
Stale 30+ days: 151
Stale 90+ days: 118

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 3
Events in 7 days: 4

Top labels

  • bug (130)
  • MV3-migration (2)
  • P1 (2)
  • P3 (1)
  • edge (1)
  • lost code (1)

Most active issues this week

Detailed Description

Authenticator is a browser extension that generates time-based one-time passwords for two-factor authentication.

The tool solves the problem of managing 2FA codes by storing authentication secrets directly in your browser and generating verification codes on demand, eliminating the need for a separate authenticator app. It works by implementing standard OTP algorithms within a WebExtension that runs locally in Chrome, Firefox, Microsoft Edge, and Safari, keeping secrets encrypted in the browser's storage.

The extension suits users who prefer consolidating their authentication workflow within their primary browser rather than maintaining a separate mobile app. It works well for anyone already spending significant time in their browser and wanting quick access to 2FA codes without switching applications. The tool is particularly valuable for developers and power users comfortable with browser-based security models. A Safari edition is available on the App Store, though the maintainers note they do not provide official support for it.

The project maintains active build infrastructure and receives security review from institutional information security expertise. Development is organized around multiple browser platforms with platform-specific build processes documented for contributors. The codebase is written in TypeScript and localization support is actively managed through community translation efforts.