expose id_token inside extra hash of auth hash (#26)
This commit is contained in:
parent
a35895d5a8
commit
bc30f775fd
@ -110,7 +110,8 @@ module OmniAuth
|
||||
|
||||
extra do
|
||||
{
|
||||
'raw_info' => raw_info
|
||||
'raw_info' => raw_info,
|
||||
'id_token' => access_token['id_token']
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user