Google profile picture Next auth T3
Does anyone know how to get Google profile picture when user singIn ? i'm using T3/Next-auth
5 Replies
I tried this but it seems that Google is not sending me the picture/image
I also thought it was the scope but apparentely it was not
Did you ever solve this?
Which user scopes do u have with your application on google? I've setup a basic auth.js application and get the following in session using the google adapter:
with the scopes in the picture
Dont know how the t3 template looks like but using the default create next-app and the simple auth.js guide seems to work fine?