Vue 3/JavaScript + Options API Code Sample: User Authentication For Basic Apps

Thanks for the sample. A couple of documentation fine-tunes:

  1. A “gotcha”:
    When I reached the step that says: “When you click on the “Log In” button, Vue 3 Options API takes you to the Auth0 Universal Login page.”,
    I could not log in because I signed up for my Auth0 account using my Github account, and the sample Sign In page wanted an email address and password (reasonably enough).
    So, I needed to click “Sign up” to make a new user account for the sample app and after that all worked as per the tutorial.
    And that was great because user registration was the main thing I wanted to test! Cool!

  2. A small doc inaccuracy:
    The steps
    git checkout basic-authorization
    cd api_express_javascript_hello-world
    are back to front, no?

Thanks again,
Murray

1 Like