git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Plugin-able auth middleware for the bundle web server #41

Closed vdye closed 1 year ago

vdye commented 1 year ago

Add support for customizable auth with some built-in options (basic username/password, generic OAuth Authorization Code validation, etc.).

For simplicity, we'll work within some constraints: