[Fix #1096] Add omniauth gem to connect with Github
This commit is contained in:
parent
271860ae34
commit
46b14e97ed
2 changed files with 19 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -44,6 +44,7 @@ gem 'unicode_utils'
|
|||
# Gestion des comptes utilisateurs
|
||||
gem 'devise'
|
||||
gem 'openid_connect'
|
||||
gem 'omniauth-github'
|
||||
|
||||
gem 'rest-client'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue