Hi Amandam,
Do you happen to have the Twitter example that would work with the current wix? Integrate Auth0 with Wix Members: Complete Guide - Discussion / Made by the community - Wix Studio Community forum
I’ve tried following this but there seems to be a lot missing. I followed the steps but the button opens nothing. If there are any directions you can point me to that would be hugely appreciated.
.
.
If I look at the code auth0.jsw has this line with the ‘axios’ underlined
var axios = require('axios');
Cannot find module ‘axios’ or its corresponding type declarations.
.
.
masterPage.js also has ‘uuid’ underlined
import { v4 as uuidv4 } from 'uuid'
Cannot find module ‘uuid’ or its corresponding type declarations.
.
.
Step by step would be preferrable if you have it but I probably need to try and refer to documentations on my own as well.
Thank you so much!