kallithea-auth-google

Kallithea google auth plugin


License
MIT
Install
pip install kallithea-auth-google==1.0.6

Documentation

kallithea-auth-google

Google auth plugin for Kallithea source code management system.

https://api.travis-ci.org/paylogic/kallithea-auth-google.png https://pypip.in/v/kallithea-auth-google/badge.png https://coveralls.io/repos/paylogic/kallithea-auth-google/badge.png?branch=master Documentation Status

Installation

pip install kallithea-auth-google

In the Kallithea Authentication settings, add kallithea_auth_google.auth_google, save, then set the settings.

In your config (my.ini):

[pipeline:main]
pipeline =
    google-auth
    kallithea

## google auth middleware
[filter:google-auth]
use = egg:kallithea-auth-google#google-auth

[app:kallithea]
use = egg:kallithea#main
## enable google auth middleware
filter-with = google-auth

Note that after this change, for all kallithea paster commands you'll need to pass the section name explicitly:

paster <command> my.ini --name=kallithea [options]

Contact

If you have questions, bug reports, suggestions, etc. please create an issue on the GitHub project page.

License

This software is licensed under the MIT license

See License file

© 2015 Anatoly Bubenkov, Paylogic International and others.