A reverse proxy that adds user authentication to any user-facing web application
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-12 23:11:11 +02:00
.gitignore init 2022-12-18 16:53:30 +01:00
go.mod move 2026-08-12 23:11:11 +02:00
go.sum bump deps 2023-05-15 17:56:12 +02:00
LICENSE init 2022-12-18 16:53:30 +01:00
main.go add revoke subcommand 2023-05-15 18:26:19 +02:00
README.md add readme 2022-12-19 15:22:01 +01:00

websieve

A reverse proxy that adds user authentication to any user-facing web application.

Why use this rather than HTTP basic authentication?

Unlike basic authentication, this uses a regular webpage that browser extensions can interact with. This is specifically useful for password manager browser exensions. It's also possible to customize the HTML and CSS via a custom template.