This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Store the Authenticated User In Your Database
In this lesson, we’ll store the authenticated Github user in the database. Why? So that we can store all users in a central location no matter how they register and so that down the road, you could attach extra meta data to the user if needed (such as roles, permissions, etc).