To really be done right, we'd need to check that the linked file really is an image file, etc... it's sorta silly, as is. I was thinking about ditching it, but... I think Auth0 offers avatars? I was pulling strictly the auth_id and ignoring all the rest of their offered data, but we could look at that? That would be more of a back-end thing, just grabbing one more bit of data off the auth0 response and adding it to User schema...
To really be done right, we'd need to check that the linked file really is an image file, etc... it's sorta silly, as is. I was thinking about ditching it, but... I think Auth0 offers avatars? I was pulling strictly the
auth_id
and ignoring all the rest of their offered data, but we could look at that? That would be more of a back-end thing, just grabbing one more bit of data off the auth0 response and adding it to User schema...