Rob Nova

Results 66 comments of Rob Nova

It's just a store, it shouldn't really have anything to do with vue-auth library. Are you having issues importing the `useAuth` method in the stores? Should be able to setup...

Hmm, so does the login call return a token?

Yea, so you're not using the correct `auth` driver it seems, you will just have to role a custom one to pick up the token from the response body.

Well if you are using cookies then you don't need to pass a token since that's automatic. So basically, just setup a dummy driver that does nothing. https://websanova.com/docs/vue-auth/guides/drivers As for...

Good find, I've pushed up a fix in `4.1.4`, let me know if that works :-)

Hmm, ya, because you have a string there, and it's checking for `true`, I think if you set the parent to `true` as well it should be fine. Otherwise it's...

So if you have the custom driver working and it all ends up with the same `auth_token` in the end then yes, as you were getting to, it just needs...

Seems like the error is coming fr that api?

@fabianlugones take a look here: https://github.com/websanova/vue-auth/issues/658 Someone was having similar issue.

@BennaceurHichem Hard to say, Did you try any tests independent of the library with just raw JS?