Nuxt Auth Utils: Secure, Simple, and Flexible Logins
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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).