Another strategy question. I am using Prisma with ...
# orm-help
m
Another strategy question. I am using Prisma with next-auth and only using discord to log in users. When user signs up on my app with discord, they have an avatarURL which shows up on the app and gets saved to DB. If user changes it’s profile picture on discord account, next time they log in, their profile picture is not updated. What is the best way to update it? Does next-auth provide something or I have to do it manually somehow? 🙂 Is there a proven strategy in doing this? Thanks