# omniauth-trustie **Repository Path**: mayun-team/omniauth-trustie ## Basic Information - **Project Name**: omniauth-trustie - **Description**: No description available - **Primary Language**: Ruby - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Omniauth::Trustie Trustie 的 Omniauth 登录Gem包。 # 代码仓库 码云 https://gitee.com/kesin/omniauth-trustie Github https://gitee.com/kesin/omniauth-trustie RubyGems https://gitee.com/kesin/omniauth-trustie ## 安装 在 Gemfile 添加: gem 'omniauth-trustie' 执行: $ bundle 或者使用 gem 命令直接安装: $ gem install omniauth-trustie ## 使用 配置 Omniauth 即可 ## 贡献 1. Fork本项目 2. 创建你的开发分支 (`git checkout -b my-new-feature`) 3. 将改动提交 (`git commit -am 'Add some feature'`) 4. 推送到分支上 (`git push origin my-new-feature`) 5. 创建 PullRequest