# qvest-digital/loginsrv

JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..

Repository: https://github.com/qvest-digital/loginsrv
Canonical: https://ross.abutalabs.com/products/loginsrv
Language: Go
License: MIT
License Family: permissive
Topics: jwt, htpasswd, service, golang, caddy, caddyserver, login, oauth2, github
Last push: 2021-02-27T06:20:06+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3582, "days_push": 2013, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1930, forks 148 (observed 2026-08-28T04:05:56.059038+00:00)

## What it is
A standalone minimalistic login microservice written in Go that authenticates users against pluggable backends (htpasswd, simple config, HTTP upstream, OSIAM, and OAuth2 providers like GitHub, Google, GitLab, Bitbucket, Facebook) and issues JWT tokens. It can run as a standalone service, Docker container, Go library, or Caddy plugin.

## Use cases
- add JWT-based login to a web app without building auth myself
- authenticate users against htpasswd files and issue JWTs
- add social login with GitHub or Google to my site
- run a small standalone authentication microservice
- use login as a Caddy plugin in front of my services
- issue JWTs from simple configured user/password pairs

## When to choose
- you need a lightweight, standalone JWT login endpoint with multiple pluggable backends
- you use Caddy and want login handled at the server level
- you want OAuth2 social login (GitHub, Google, GitLab, etc.) without heavy identity-provider infrastructure

## When to avoid
- you need a full identity management platform with user registration, MFA, and admin UI
- you need actively maintained software with recent releases and security patches
- you need enterprise SSO protocols like SAML or OIDC discovery

## Facets
- artifact type: service
- maturity: maintenance
- function: auth, http-server, middleware
- domain: security, backend, web-development, self-hosted
- platform: windows, go, self-hosted
- tags: jwt, oauth2, login-server, caddy-plugin, htpasswd, microservice, authentication, linux, macos, docker

## Member repositories
- qvest-digital/loginsrv (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:56.059038+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:08:48.129252+00:00, confidence not recorded.
  - readme: https://github.com/qvest-digital/loginsrv (fetched 2026-08-28T04:05:56.059038+00:00, sha 06e78fd72a26)
- Data as of 2026-08-30T08:39:29.467469+00:00.
