Skip to content

Functionality to save profile pictures #30

Description

@MauriceNino

Create a new collection of images api/ImageStore (or something like that)

  • POST api/ImageStore accepts binary image data and returns the image object
  • GET api/ImageStore/{id} returns the image object (as usual)
  • GET api/ImageStore/{id}/img returns the image with MIME-Type image (not json)

When the user first logs in, upload the google profile picture to our database and save it into the user.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions