tinyauthapp/tinyauth

The tiniest OpenID Certified™ authorization and authentication server you have ever seen.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 8th, 2026
Created on January 19th, 2025
Open Issues & Pull Requests: 30 (+0)
GitHub issues: Enabled
Number of forks: 266
Total Stargazers: 8,223 (-1)
Total Subscribers: 16 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 12.0 hours
90th percentile: 1.8 hours
Tracked items: 281

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 18
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 168 days
Stale 30+ days: 15
Stale 90+ days: 11

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (118)
  • bug (104)
  • pinned (29)
  • stale (18)
  • deepsec (8)
  • documentation (6)
  • breaking (3)
  • good first issue (1)

Detailed Description

Tinyauth is an OpenID Certified authentication and authorization server designed to be minimal in size and complexity.

The tool addresses the need for a lightweight, self-hosted authentication solution that can work both as middleware for existing applications and as a standalone server. It supports multiple authentication methods including OAuth and LDAP, with built-in access control capabilities. The server integrates with popular reverse proxies such as Traefik, Nginx, and Caddy, allowing it to sit in front of applications and handle authentication transparently.

Tinyauth suits developers and operators running self-hosted environments who want authentication without the overhead of larger identity platforms. It works well for small to medium deployments where simplicity and resource efficiency matter. The project explicitly positions itself as the smallest option in its category, making it appropriate for constrained environments like homelabs or edge deployments. The tool supports two-factor authentication via TOTP, adding security without complexity.

Development activity shows active ongoing work with regular updates to the codebase. The project maintains a public issue tracker and actively accepts community contributions. The maintainers have pursued formal OpenID certification, indicating commitment to standards compliance. Documentation is treated as a separate concern with its own repository, suggesting structured attention to user guidance. The project includes a demo environment for prospective users to evaluate fit before adoption, and maintains a Discord community channel for user discussion and support.