Laravel Application Development Cookbook
上QQ阅读APP看书,第一时间看更新

Introduction

Many modern web applications include some way for users to register and log in. To make sure our application and our users' information is secure, we need to make sure that each user is properly authenticated. Laravel includes a great Auth class that makes this task very easy to accomplish. In this chapter, we'll begin with setting up our own authentication system, and move on to using third-party authentication in our Laravel app.