Skip to content

openpaas-ng/mute-auth-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUTE Authentication Proxy

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.

Cloning and installing

sudo apt install golang-go
go get github.com/coast-team/mute-auth-proxy

Configuration

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 ...)

Launch it

mute-auth-proxy run

Compile it

go install # binary will be put in $GOPATH/bin

or

go build # in working directory

Help ?

mute-auth-proxy help

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.8%
  • Shell 6.2%