@pasib when you concatenated the object, it got stringified.
Try console.log('test', postData); π
@julian Hi, do you have tutorial for that?
Unfortunately not yet -- you'll have to implement an OAuth endpoint on your server (depends on what language it is, if it is Node.js, you can use OAuth2orize).
Then you can fork my SSO OAuth plugin and hook it up to your OAuth2 endpoint.
@julian Oh I see.... I have already forked the plugin, then what should I do next? What should I configure in OAuth so that I can connect it in another server?
I am currious if there is a SSO (facebook, twitter, linkedin, github ) plugin ?
@macbroadcast Yep -- they're all available as plugins.
hmmm @julian they donΒ΄t show up in my list when i click on social authentification > install SSo plugins , i see a white screen...
@macbroadcast @julian Ya, I noticed this too. The sso plugin link just brings up all the plugins in 0.5.1.
The white screen is probably just a lag while the page loads...
...thats what i see
P.S. Ok need to resize screen
Do the plugins show up if you resize your browser smaller? Sounds a lot like gh#2204
oh my , YES they do !! how is the SSo plugin called ?
They are all prefixed with nodebb-plugin-sso-
So, nodebb-plugin-sso-facebook... etc
...all SSO plugins give me an :
Internal error.
Oops! Looks like something went wrong!
Failed to lookup view "admin/plugins/sso-twitter" in views directory "/opt/nodebb/public/templates"
@macbroadcast I am also getting the same error. Did you get a fix for that?