I have a simple Meteor application demo which I’d like to deploy, but I’d like it to be password protected. No need for individual user account — a single login / pword is sufficient for now.
Any advice? I realize Meteor has an auth branch under active development, and so a full featured solution will be available before long. But if anyone can advise a path of least resistance for the short term, I’d be grateful.
thanks
Yes, it’s possible if u write a little piece of connect middleware and then slip it into the beginning of the stack. Try using this:-