This commit is contained in:
masarakki 2018-02-28 21:47:39 +09:00
parent 13ff03a278
commit 33fd643f4e
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
{