You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Version
4.0.0
Reproduction link
https://github.com/Kxze/nuxt-auth-bug
Steps to reproduce
yarn
ornpm install
yarn build
ornpm run build
yarn start
ornpm start
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 tofalse
innuxt.config.js
.It also prints
Error: No Token
in the console.The text was updated successfully, but these errors were encountered: