Meteor is not defined
I realize this project is a little bit old but due to there being relatively little info and examples of user authentication in meteor I would like to do what I can to update this project.
I have cloned the project and noticed a few issues running on the latest version of meteor currently 1.1.0.2. The release file is not included in the .meteor directory so I cannot know what version of meteor this was built for.
I am also getting a Meteor is not defined error in server/authentication/authentication.js with the new mongo collection.
I'm particularly interested in the rpc-endpoints.js logic simulating on the client and then hooking to server for final validation.
Hope you get in touch so I can know a little more to be able to fork this project