in the callback of the authentication process I do:
auth_hash = request.env['omniauth.auth']
and then, I'm extracting the user id, but is it possible in the same time getting the user's name and email address?
|
in the callback of the authentication process I do: and then, I'm extracting the user id, but is it possible in the same time getting the user's name and email address? |
|||
|
|
|
You need to first get the raw data from request.env["omniauth.auth"]
|
|||
|
|
|
yesss u can get it by doing
|
|||||
|
|