Skip to content
Snippets Groups Projects
Unverified Commit dca6395c authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #80 from vaivars/patch-1

Update Auth0 scope to use profile and email
parents 8cf29182 5ad3d0fc
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ use OAuth\Common\Http\Uri\UriInterface;
class Auth0 extends AbstractService
{
const SCOPE_OPENID = 'openid';
const SCOPE_OPENID = 'openid profile email';
protected $domain;
public function __construct(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment