This commit is contained in:
masarakki 2018-03-01 00:24:25 +09:00 committed by Eugen Rochko
parent 13ff03a278
commit f9dc16d410
1 changed files with 2 additions and 1 deletions

View File

@ -10,13 +10,14 @@ module OmniAuth
option :credentials
option :identifier
option :authorize_options, [:scope]
option :domain
option :client_options, {
authorize_url: '/oauth/authorize',
token_url: '/oauth/token'
}
uid { identifier }
uid { extra.raw_info['id'] }
info do
{