The Wayback Machine - https://web.archive.org/web/20210805122023/https://github.com/nuxt-community/auth-module
Skip to content
dev
Switch branches/tags
Code

Latest commit

Before :
`$auth.token` and `$auth.refreshToken`

After:
`$auth.strategy.token`
`$auth.strategy.refreshToken`
3c73e64

Git stats

Files

Permalink
Failed to load latest commit information.

πŸ”‘ Auth Module

Zero-boilerplate authentication support for Nuxt.js!


Read Documentation

🚧 please see status page in documentation.

Development

Running demo for development:

$ yarn install
$ yarn dev

License

MIT License - Copyright (c) Nuxt Community