The aim of this project is to provide an OAUTH provider and a proxy for ConiksServer. These two features are requirements for MUTE with end-to-end encryption.
sudo apt install golang-go
go get github.com/coast-team/mute-auth-proxy
Generate an config file template :
mute-auth-proxy init
Fill in the config.toml
with the required information (OAUTH client ID, client secret, keyserver DB file ...)
mute-auth-proxy run
go install # binary will be put in $GOPATH/bin
or
go build # in working directory
mute-auth-proxy help