Book Image

Learning Node.js for Mobile Application Development

Book Image

Learning Node.js for Mobile Application Development

Overview of this book

Table of Contents (21 chapters)
Learning Node.js for Mobile Application Development
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
14
Creating an E-Commerce Application Using the Ionic Framework
Index

Summary


In this chapter, you learned about token-based authentication and saw how it can work in practice to reinforce the backend. To put it into practice, we wrote a simple token-based access system to protect access to a set of backend data. Our server is now almost complete, but we must still deal with some other pressing concerns that modern apps need to face.

In the next chapter, we will explore how to address one of these most important concerns.