Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Error: No Token with tokenRequired: false with nuxt-auth module #546

Closed
SkyLeite opened this issue Apr 3, 2018 · 0 comments
Closed

Error: No Token with tokenRequired: false with nuxt-auth module #546

SkyLeite opened this issue Apr 3, 2018 · 0 comments

Comments

@SkyLeite
Copy link

SkyLeite commented Apr 3, 2018

Version

4.0.0

Reproduction link

https://github.com/Kxze/nuxt-auth-bug

Steps to reproduce

  1. yarn or npm install
  2. yarn build or npm run build
  3. yarn start or npm start
  4. Go to http://localhost:3000

What is expected ?

The library logs you in after you press the log in button

What is actually happening?

The library does not log you in even after a successful login request, as it doesn't receive a token from the API, even though tokenRequired is set to false in nuxt.config.js.

It also prints Error: No Token in the console.

@ghost ghost added the bug-report label Apr 3, 2018
@SkyLeite SkyLeite changed the title Error: No Token with tokenRequired: false Error: No Token with tokenRequired: false with nuxt-auth module Apr 3, 2018
@SkyLeite SkyLeite closed this as completed Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant