Replies: 1 comment 2 replies
-
|
There few reasons for this:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
There is a part of the upgrade guide, listed as low priority, that states the following:
Can we get some elaboration from the core team (either here or the upgrade guide) as to why is that the case and what Nova features are affected by this, so we can be aware of what we can change/disable in order to circumvent that change. We have to specifically (asked by the customer) use Auth0 as a provider in our app. It worked in Nova 3 and seems to work in Nova 4, but we haven't tested all features yet, including new features.
Here's how our Auth0 setup works:
P.S.
User::makeFromAuth0UserInfo($user);creates a new App\Models\User instance, but it is not persisted in the database (no users table).Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions