-
- Downloads
There was an error fetching the commit references. Please try again later.
Added authentiq provider to tests and updated documentation, gem and config file.
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- config/gitlab.yml.example 3 additions, 3 deletionsconfig/gitlab.yml.example
- doc/administration/auth/authentiq.md 4 additions, 5 deletionsdoc/administration/auth/authentiq.md
- spec/controllers/profiles/accounts_controller_spec.rb 1 addition, 1 deletionspec/controllers/profiles/accounts_controller_spec.rb
- spec/helpers/auth_helper_spec.rb 1 addition, 1 deletionspec/helpers/auth_helper_spec.rb
Loading
| Loading
| @@ -38,7 +38,7 @@ gem 'omniauth-saml', '~> 1.7.0' |
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'omniauth-authentiq', '~> 0.3.0' | ||
gem 'omniauth-authentiq', '~> 0.3.1' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt', '~> 1.5.6' | ||
Loading
| Loading
|
Please register or sign in to comment