Need some guidance on using Auth0

I have the following apps.

  1. Nuxtjs web app
  2. Android app
  3. Nodejs API

Both apps use the Nodejs API to store/fetch from our system.

I would like to have the Nuxtjs and Android app use Auth0 to authenticate users. Once authentication succeeds I would like to use the token from the Auth0 response against the API to verify the user.

Is this possible? Or is there a better way to do this?

Hi @jarchibald,

Welcome to the Auth0 Community Forum!

This is absolutely possible! Take a look at these docs, they will help walk you through the architecture:

You should only need to create one API to serve the two applications, so skip the creation step the second time.

Here are quickstarts that may help you too:

Hope this helps!

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.