# django-simple-sso-client **Repository Path**: shouyong/django-simple-sso-client ## Basic Information - **Project Name**: django-simple-sso-client - **Description**: 测试django-simple-sso的client - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-20 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # django-simple-sso-client #### 介绍 测试django-simple-sso的client , server 端地址: https://gitee.com/shouyong/django-simple-sso-server #### 软件架构 与 [sso-server](https://gitee.com/enlangs/django-simple-sso-server),配合使用。验证基于django实现sso服务以及权限管理。 #### 安装教程 1. git clone https://gitee.com/enlangs/django-simple-sso-client.git 2. pip install -r requirement.txt -i https://mirrors.aliyun.com/pypi/simple #### 使用说明 1. 先安装sso-server 2. 配置sso-client中的服务器地址以及client本地地址,在client中搜索`a.cn`并修改 3. 运行sso-client #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 基于divio大神[django-simple-sso](https://github.com/divio/django-simple-sso)。