We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe769e commit b4b7923Copy full SHA for b4b7923
src/OAuth2ServerServiceProvider.php
@@ -68,7 +68,7 @@ public function registerAuthorizer()
68
->requireScopeParam($config['scope_param'])
69
->setDefaultScope($config['default_scope'])
70
->requireStateParam($config['state_param'])
71
- ->setScopeDelimeter($config['scope_delimiter'])
+ ->setScopeDelimiter($config['scope_delimiter'])
72
->setAccessTokenTTL($config['access_token_ttl']);
73
74
// add the supported grant types to the authorization server
0 commit comments