Hello
I have problem with secure connection in my project.
Bellow my setup and code:
What is wrong?
p.s
My code base on this tutorial:
https://thetechhulk.com/auth0-and-next-js-authentication-complete-guide
Hello
I have problem with secure connection in my project.
Bellow my setup and code:
What is wrong?
p.s
My code base on this tutorial:
https://thetechhulk.com/auth0-and-next-js-authentication-complete-guide
Hi @mxcdh
Welcome to Auth0 Community !!!
It is always recommended to run apps on HTTPS even when running on localhost. It is very simple to run HTTPS locally simply follow this guide. https://auth0.com/docs/libraries/secure-local-development
After running HTTPS locally, simply change all your callbacks in the Auth0 dashboard to follow HTTPS protocol.
Let us know how you go.
Thanks
Jeff
Thanks for helping on this one Jeff!