nuxt / example-auth0

A simple example that shows how to use Nuxt.js with Auth0.
https://auth0.nuxtjs.org
MIT License
719 stars 159 forks source link

Future Problems with Disabled OIDC in Auth0 #24

Closed lanbau closed 4 years ago

lanbau commented 6 years ago

Hi, i wasn't able to run the example until i changed the following

These helped to run the app. However, there was a persistent error when i tried to sign in with Auth0. All methods (Fb, username) responded with an error (token is not valid).

I managed to get the app working by disabling OIDC Conformant in my auth0 settings.

Although it's working now, are there any experts that can point out if there are any potential problems in future?

This question is available on Nuxt.js community (#c15)
dbcbos commented 6 years ago

Hey thanx that helped me get the last piece of the puzzle. The app seems fully working now

My guess is that we are testing on a localhost which probably is not OIDC Conformant

Or the code of nuxt is not oidc compliant:

http://openid.net/specs/openid-connect-core-1_0.html https://auth0.com/docs/api-auth/tutorials/adoption