WEEE-Open / skeeelled

An e-learning platform for the modern age
https://weee-open.github.io/skeeelled
6 stars 7 forks source link

Add API for profile picture customization #39

Closed e-caste closed 2 years ago

e-caste commented 2 years ago

POST /v1/updateUserPicture

Request body:

{
  "userId": "sXXX",  // one of the assigned ones
  "newPicture": file encoded in base64
}

Reduce image to fixed size in frontend, otherwise users can DOS our server with huge pictures.