Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Nuxt Auth Utils: Secure, Simple, and Flexible Logins

Connect Nuxt to an SQLite Database thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Connect Nuxt to an SQLite Database

Our auth system thus far is sufficient for many simple use cases, however more complex use cases will require we store some user data on our own servers instead of just in the session cookie. In this lesson, we’ll setup an sqlite database to handle our storage needs.

npm install drizzle-orm @libsql/client
npm install -D drizzle-kit

Links