Skip to content
Snippets Groups Projects
Unverified Commit de041518 authored by Patrick's avatar Patrick Committed by GitHub
Browse files

Merge pull request #85 from Joerit/master

fix array assignment typo in README.md
parents 164648e3 f4ba0642
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ Generic usage provides enough configuration parameters to use with any OAuth2 or ...@@ -131,7 +131,7 @@ Generic usage provides enough configuration parameters to use with any OAuth2 or
//'scope' => ['other'] //'scope' => ['other']
], ],
// Default scopes to request // Default scopes to request
'scopes' = ['email', 'profile'], 'scopes' => ['email', 'profile'],
'scopeSeparator' => ' ', 'scopeSeparator' => ' ',
// Customize redirect, if you don't want to use the standard /module.php/authoauth2/linkback.php // Customize redirect, if you don't want to use the standard /module.php/authoauth2/linkback.php
'redirectUri' => 'https://myapp.example.com/callback', 'redirectUri' => 'https://myapp.example.com/callback',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment