julianlam / nodebb-plugin-sso-google

NodeBB Plugin that allows users to login/register via their Google account.
BSD 2-Clause "Simplified" License
20 stars 16 forks source link

Upload pictures #14

Closed atomoc closed 5 years ago

atomoc commented 9 years ago

Uploading images is not used, yet I found a function in the file src/user/picture.js to download images. I do not have the knowledge to take advantage of this feature, please bring an example of its use.

atomoc commented 9 years ago

I'm talking about this part of the code: https://github.com/julianlam/nodebb-plugin-sso-google/blob/master/library.js#L121-L122

atomoc commented 9 years ago

It should look something like this: User.uploadPicture(uid, picture);

julianlam commented 5 years ago

Seems unrelated to this plugin...