Thanks!
Very interesting and useful article.
Only a couple of questions:
- I was not able to find any mention in the documentation of
screen_hint: "signup"
to allow users to land directly on a sign-up page (docs) - For “logout” to work correctly I had to specify
returnTo
logoutOption intothis.$auth.logout();
whilethis.$router.push({ path: "/" });
did not worked as expected (home page into a different VUE single page component)