creativetimofficial / ct-nuxt-argon-dashboard-pro-laravel-bs4

Nuxt SPA Argon template connected to working Laravel REST API with the help of json:api standard
3 stars 0 forks source link

how can we use "nuxt/auth" for pro version ? #7

Closed parhamsagharchi closed 2 years ago

parhamsagharchi commented 2 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

I would like to use "nuxt/auth" for the PRO version like the Free version of this product.

Current Behavior

I reviewed the free version of this product and I figure out your team used "nuxt/auth" for login, but unfortunately for the pro version you haven't used it and I need some help to modify pro version like the free version with nuxt auth authentication.

Another point to keep in mind is how we can use google login with this package (nuxt/auth).

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. visit this link
  2. visit this link, you can see nuxt/auth used for auth process.
  3. then visit pro version.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

teamupdivision commented 2 years ago

Hello, thank you for using Creative Tim products The @nuxtjs/auth package is used also in the PRO product. Here is a screenshot from the nuxt.config.js file image

parhamsagharchi commented 2 years ago

Thank you, I got it.