GitHunt
ZI

Zimbelstern/synapse-htpasswd-auth

Htpasswd auth provider for Matrix Synapse

synapse-htpasswd-auth

Password auth provider module for matrix synapse

Installation

In your synapse environment, install with pip:

pip install synapse-htpasswd-auth/

Add the following to your homeserver.yaml:

modules:
  - module: synapse_htpasswd_auth.HtpasswdAuthProvider
    config:
      htpasswd_path: /path/to/.htpasswd

Languages

Python100.0%

Contributors

Apache License 2.0
Created January 5, 2026
Updated January 5, 2026
Zimbelstern/synapse-htpasswd-auth | GitHunt