Skip to content

vuchau/taiga-contrib-google-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Taiga contrib google auth

Kaleidos Project Managed with Taiga.io

The Taiga plugin for google authentication.

Installation

Taiga Back

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"]

Taiga Front

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"]
...

Running tests

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

About

Taiga plugin for Google login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • CoffeeScript 7.5%
  • HTML 0.8%