jsaelhof / movie-picker

Next.js test app. Keeps a list of movies to watch across various streaming services and randomly picks one.
https://moviedecider4000.vercel.app
2 stars 0 forks source link

Auth0 has started warning about a development key issue #94

Closed jsaelhof closed 2 years ago

jsaelhof commented 2 years ago

image

jsaelhof commented 2 years ago

The issue here is related to social logins. Google login is enabled by default. In order to use those logins it seems I would need to register my app with each social provider. Rather than try to figure out how to configure this correctly, I've just disabled Google login through the Auth0 settings. I don't really need it.