The Taiga plugin for google authentication.
In your Taiga back python virtualenv install the pip package taiga-contrib-google-auth
with:
pip install taiga-contrib-google-auth
Modify your settings/local.py and include the line:
INSTALLED_APPS += ["taiga_contrib_google_auth"]
Download in your dist/js/
directory of Taiga front the taiga-contrib-google-auth
compiled code:
cd dist/js
wget "https://raw.googleusercontent.com/taigaio/taiga-contrib-google-auth/stable/front/dist/google_auth.js"
Download in your dist/images/contrib
directory of Taiga front the taiga-contrib-google-auth
google icon:
cd dist/images/contrib
wget "https://raw.googleusercontent.com/taigaio/taiga-contrib-google-auth/stable/front/images/contrib/google-logo.png"
Include in your dist/js/conf.json in the contribPlugins list the value "/js/google_auth.js"
:
...
"contribPlugins": ["/js/google_auth.js"]
...
3/10/15: PLEASE NOTE: These tests were just copied from the github plugin and are not yet operational. They will be updated shortly.
We only have backend tests, you have to add your taiga-back directory to the PYTHONPATH environment variable, and run py.test, for example:
cd back
add2virtualenv /home/taiga/taiga-back/
py.test