Hi,
I’m wrapping up a demo of an app (React) I’ve made where Auth0 is used and I’d like to connect a demo account I’ve made so that the people trying out the app don’t have to bother connecting and can just try the app itself, but I didn’t find anything in the API.
If that’s not possible, is there a way to make the isAuthenticated
property from the hook useAuth0()
always return true
? Otherwise I’ll edit my code but there are hundreds of files and I’d prefer to find a more elegant and time-saving solution…
Thanks and cheers