Quickstart sample should request `email` scope
mathiasconradt opened this issue · 0 comments
mathiasconradt commented
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.