Nuxt Auth Utils: Secure, Simple, and Flexible Logins

Watch this course for FREE this weekend only.
Create an account to start watching.

or

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