Experimental authentication for Launchpad and Google added
This commit is contained in:
parent
0c080386ef
commit
9a5ddb5e13
8 changed files with 154 additions and 44 deletions
10
Gemfile
10
Gemfile
|
|
@ -114,3 +114,13 @@ gem "font-awesome-rails"
|
|||
gem "sprockets", '3.6.3'
|
||||
|
||||
#gem "activemodel-serializers-xml"
|
||||
|
||||
# Authentication against Google, Facebook and others
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-amazon'
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem 'omniauth-github'
|
||||
gem 'omniauth-twitter'
|
||||
gem 'omniauth-facebook'
|
||||
# gem 'omniauth-launchpad' # is broken
|
||||
gem 'omniauth-launchpad', :git => 'https://github.com/joaopapereira/omniauth-launchpad'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue