January 2016
Intermediate to advanced
116 pages
2h
English
CHAPTER 6
![]()
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 ...
Read now
Unlock full access