跳转到主要内容

Kallithea Google认证插件

项目描述

kalithea-auth-google

Kallithea源代码管理系统Google认证插件。

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

安装

pip install kallithea-auth-google

在Kallithea的认证设置中,添加kallithea_auth_google.auth_google,保存后设置这些设置。

在你的配置文件(my.ini)中

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

[pipeline:main]
pipeline =
    google-auth
    kallithea

[app:kallithea]
use = egg:Kallithea#main

注意,在此更改之后,对于paster setup-db,您需要明确传递部分名称

paster setup-db my.ini#kallithea

联系方式

如果您有任何问题、错误报告、建议等,请在此GitHub项目页面上创建一个问题。

许可证

本软件根据MIT许可证授权

请参阅许可证文件

© 2015 Anatoly Bubenkov, Paylogic International和其他人。

变更日志

1.0.5

  • 对现有用户名/电子邮件的容忍度(bubenkoff)

1.0.2

  • 添加了Google Apps域设置(bubenkoff)

1.0.0

  • 首次公开发布(bubenkoff)

由以下支持