CHAPTER 6

image

Authentication and Deployment

Now that you understand how to create and edit Meteor templates, how to handle routing via Iron Router, and how to create, delete, and update a data model working on top of the default Meteor MongoDB backend, it’s time to tie everything together and wrap up our Clans.io application.

In this final chapter, we will look at how to restructure our Meteor app so that it supports simple user authentication. For example, we will only allow logged-in users to create and join clans.

Prerequisite Packages

We will continue to leverage the Meteor ecosystem by installing a few packages that allow us to support user ...

Get Introducing Meteor now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.