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.
2 parents bd3d29a + 5c5a961 commit 2364d6aCopy full SHA for 2364d6a
src/OAuth2ServerServiceProvider.php
@@ -67,7 +67,7 @@ public function registerAuthorizer()
67
->requireScopeParam($config['scope_param'])
68
->setDefaultScope($config['default_scope'])
69
->requireStateParam($config['state_param'])
70
- ->setScopeDelimeter($config['scope_delimiter'])
+ ->setScopeDelimiter($config['scope_delimiter'])
71
->setAccessTokenTTL($config['access_token_ttl']);
72
73
// add the supported grant types to the authorization server
0 commit comments