phronesis / Auth0

This is an extension that adds the ability to log into your Magento application using Auth0
9 stars 6 forks source link

Provide Configuration Option to retrieve Email from User Details provided by Auth0 #19

Closed phronesis closed 6 years ago

phronesis commented 6 years ago

The previous implementation took it for granted that Auth0 will always return email within the email property/field of the data returned. We need to provide a configuration option as to the location that email field should be picked from, just as we have for the name field.

phronesis commented 6 years ago

fixed