![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/frontend/node_modules/@nuxtjs/auth-next/ |
<h1 align="center" >🔑 Auth Module</h1> <p align="center">Zero-boilerplate authentication support for Nuxt.js!</p> <p align="center"> <a href="https://david-dm.org/nuxt-community/auth-module"> <img alt="" src="https://david-dm.org/nuxt-community/auth-module/status.svg?style=flat-square"> </a> <a href="https://standardjs.com"> <img alt="" src="https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square"> </a> <a href="https://circleci.com/gh/nuxt-community/auth-module"> <img alt="" src="https://img.shields.io/circleci/project/github/nuxt-community/auth-module.svg?style=flat-square"> </a> <a href="https://codecov.io/gh/nuxt-community/auth-module"> <img alt="" src="https://img.shields.io/codecov/c/github/nuxt-community/auth-module.svg?style=flat-square"> </a> <br> <a href="https://npmjs.com/package/@nuxtjs/auth-next"> <img alt="" src="https://img.shields.io/npm/v/@nuxtjs/auth-next/latest.svg?style=flat-square"> </a> <a href="https://npmjs.com/package/@nuxtjs/auth"> <img alt="" src="https://img.shields.io/npm/dt/@nuxtjs/auth-next.svg?style=flat-square"> </a> </p> <p align="center"> <a href="https://auth.nuxtjs.org">Read Documentation</a> </p> **🚧 please see [status page](http://auth.nuxtjs.org/status) in documentation.** ## Development Running demo for development: ```bash $ yarn install $ yarn dev ``` Running tests for development: ```bash $ yarn build $ yarn nuxt build test/fixture $ yarn jest ``` ## License [MIT License](./LICENSE) - Copyright (c) Nuxt Community