auth0-samples/auth0-python-web-app

Quickstart sample should request `email` scope

mathiasconradt opened this issue · 0 comments

The Quickstart sample should request openid profile email scope, not only openid profile,

'scope': 'openid profile email',

because email is in most cases needed and when using the Quickstart as a reference in tutorials, I'd otherwise always need to add a section where the reader would need to adjust the code just for this.