expose id_token inside extra hash of auth hash (#26)

master
Rizvy Ahmed 2022-05-25 21:14:48 +06:00 committed by GitHub
parent a35895d5a8
commit bc30f775fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ module OmniAuth
extra do
{
'raw_info' => raw_info
'raw_info' => raw_info,
'id_token' => access_token['id_token']
}
end