Amazon SSO added

This commit is contained in:
Christoph Haas 2017-04-17 13:11:44 +02:00
parent 2a7491edcd
commit 65723d3063
7 changed files with 25 additions and 3 deletions

View file

@ -13,7 +13,8 @@ class User < ApplicationRecord
:omniauthable, :omniauth_providers => [
:launchpad,
:stackexchange,
:google_oauth2
:google_oauth2,
:amazon
]