We’ve noticed that since about 2 days there were changes in the content of parameters passed to the callback after user is authenticated.
For the users that were created before that date in the request.env[‘omniauth.auth’][‘info’][‘name’] we’re still getting user email address, but for new users we’re getting some internal auth0 id, (“auth0|123123”).
We need to retrieve the email and there are many approaches for this, but we’re not sure what’s the recommended way.
Bonus question, is there any way to keep track of changes in what info is passed back in callbacks in the future?