chingu-voyage3 / fair-rentals

Fair Rentals - an anonymous rental reviews site
https://fair-rentals.herokuapp.com/
2 stars 0 forks source link

Avatars #42

Closed shoesandsocks closed 6 years ago

shoesandsocks commented 6 years ago

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...

shoesandsocks commented 6 years ago

closing in light of #33 but still worried about the idea of having to validate avatar links.