Introduction


Auth Module for NuxtJS.
Zero-boilerplate authentication support for Nuxt.js!
Getting Started
If it is first time using this module, reading resources below in order is recommended:
- Add auth and axios modules
- Setup auth middleware
- Configure local scheme
- Customize options
- Use
$auth
service
You can also watch a video introduction by VueScreencasts. It covers the same material, but in the context of a working Nuxt app.