I dont disagree..I use SSO as well, but not everyone does....
tparnell
Posts
-
Passwords transmitted as plain text (community.nodebb.org) -
Passwords transmitted as plain text (community.nodebb.org)Hey guys,
I see that this forum's login page is using http, so passwords are going over the wire plain text....
Can you host this on https (and use a security cert) and do 301 redirects for http so passwords are transmitted in a secure fashion?
I'd hazard to guess that more than a few people who use this forum re-use passwords......
-
Can you use cloudflare or any other free CDN with nodebb?If you want some scalable DDOS mitigation, and CDN style caching you could implement Squid servers on EC2 that are set to auto scale when the traffic gets heavy.....
however this solution is not free....
As far as CloudFlare goes, I have had issues in the past (not just with nodeBB, but other services) where they have returned 500 errors, because their infrastructure went down...
All depends on what you are looking for, I will note that linode does have pretty good DNS management.
-
LDAP Login's@julian Will do...I'll also look over your plug-in documentation later this week....thanks for the support!
-
LDAP Login's@julian I took a lot at those plug-ins and I definitely think I can have something cooking by the end of the week or so....
Once I have it working, ill add it to npm......do you have a specific naming convention on npm?
-
LDAP Login'sWill do! Hopefully I have something soon....
-
LDAP Login'sThanks @julian if you can point me to a similar SSO plug-in I guess ill start getting to work soon...
-
LDAP Login's@planner Well if I didn't find something soon I was planning on writing one, however I did see a pull request on github that was closed a month or so ago with the code to do this....I believe it was closed because it was not written as a plug-in...
-
LDAP Login'sdoes NodeBB support LDAP log-ins in anyway shape or form...NPM modules or otherwise?
-
CentOS 6.5 Installation Instructions@julian I should...I'm a new nodeBB user (ie. Just installed it last night) still playing with it.
I see the potential for both user communities, and communities inside companies. I am a huge supporter of node.js, good to see more projects being made for it!
-
CentOS 6.5 Installation Instructions -
CentOS 6.5 Installation InstructionsHello all,
In-case you needed it, or was wondering...I have posted instructions for installing NodeBB onto CentOS 6.5 on my blog (Dont worry, it has no advertisements).