Or to be more precise: these are all separate SSO plugins. Just search for sso in plugins 🙂
[nodebb-plugin-imgur] Imgur Plugin
-
@JaredBusch I'll see if I can put some info together on this and report back. I just got a local (dev) install running of my forum so I can run with debug output and see what I can get. It's still happening.
Stay tuned, and thanks for the reply.
-
New problem with this plugin after upgrading to NodeBB 1.10.2 and plugin version 1.0.2
https://github.com/barisusakli/nodebb-plugin-imgur/issues/35
-
Is the imgur service free? What are my options if I dont want to store images in the forum on the same host where nodebb is running.
Does someone have a link to a page that is using this plugin?
-
Error
invalid-refresh-token
-
@zaasmi Same.
All these steps are OK (with adding /oauth after http://yourforum.com/admin/plugins/imgur) but not the last
When I allow access I don't return to the ACP but to an error page :
(sorry, french forum)and when I try to load an image I have the invalid-refresh-token error.
I found this help but it did not help me.
Ideas ? Thanks.
-
-
@Origami-Bird
no one here to help @baris -
Anyone know why i'm getting this after I upgraded to 1.13? We can no longer upload images after this update from composer.
-
Could be that the plugin templates were not built? Try running
./nodebb build
and restart NodeBB. -
@julian said in [nodebb-plugin-imgur] Imgur Plugin:
Could be that the plugin templates were not built? Try running
./nodebb build
and restart NodeBB.We tried that and still not working. It isn't just Imgur. Can't access Persona settings either.
-
Released 2.0.4 (only compatible with upcoming NodeBB 1.15.0 version)
- Delete old profile image when uploading a new one
- Delete old cover image when uploading a new one
- Delete profile and cover images when user account is deleted
- Rewrite plugin to use async/await