I am new to Auth0, but have used Vue.js for a few months. I have implemented the Vue.js version of the 01-login sample App as per the quickstart instructions (I think).
It seems to work in that I can click on Log In, it briefly goes to the callback with an access token etc, and then says I am logged in.
I can then click on the Log Out, and it immediately says I am logged out - and I can repeat this cycle.
It never goes to a login form or asks me for a userid or password, which I expected it to do. What might I have done wrong?
I have tried restarting the app, clearing cache, restarting Chrome, restarting the computer.