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 f583ab0 commit 1e62158Copy full SHA for 1e62158
src/oauth2-server/publish/oauth2-server.php
@@ -49,7 +49,7 @@
49
# Whether to require code challenge for public clients for the auth code grant
50
'require_code_challenge_for_public_clients' => true,
51
# Whether to enable access token saving to persistence layer (default to true)
52
- 'persist_access_tokens' => true,
+ 'persist_access_token' => true,
53
],
54
'resource_server' => [
55
# Full path to the public key file
0 commit comments