Skip to content

wazo-platform/wazo-auth-example-backend

Repository files navigation

Wazo auth example backend

this is an example implementation of a wazo-auth plugin. It should NEVER be used in production as the username and password combination are public and will result in a valid wazo-auth token being issued.

Installation

cd wazo-auth-example-backend
python setup.py install

Enabling the plugin

cat << EOF > /etc/wazo-auth/conf.d/enable_example.yml
enabled_backend_plugins:
    example: true
EOF
systemctl restart wazo-auth

Disabling the plugin

rm -f /etc/wazo-auth/conf.d/enable_example.yml
systemctl restart wazo-auth

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages