@julian Thanks! That works! I wish some of these can be included in the docs? Like javascript origins is not mentioned as well.
Peter Zhe Chen
Posts
-
[nodebb-plugin-sso-google] Google Accounts Integration -
Is that possible to display all post in one page?Like discourse where all the posts can be displayed in one page and also can be filtered by their category? I feel that model makes category more like a tag and allows people to see everything at once.
Is there technical issue why this cannot be achieved? Maybe it can be a theme idea?
I really like nodebb as a fast and modern forum technical wise, but also enjoy the UI philosophy behind discourse..
-
[nodebb-plugin-sso-google] Google Accounts IntegrationI got 401 error with Google.401.
That’s an error.
Error: invalid_client
no application name
In google developer console, I setup web application with following parameters:
REDIRECT URIS http://chrome.nodebb.com/auth/google/callback
JAVASCRIPT ORIGINS http://chrome.nodebb.comRequest Details
from_login=1
response_type=code
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
redirect_uri=http://chrome.nodebb.com/auth/google/callback
as=-4f3302720361ea3b
client_id=XXXXXXXX
hl=en-GBTwitter and Facebook are working fine for me.