Auth Azure B2C with Next.js
I am trying to implement authentication with azure B2C with next, however in the doc there are some settings made in index.tsx, since next does not have the file index.tsx I tried to create it but it broke the application, what can I do to get around it?
