Skip to content

Commit 1e62158

Browse files
authored
Fix access token persistence key in oauth2-server.php
1 parent f583ab0 commit 1e62158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth2-server/publish/oauth2-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# Whether to require code challenge for public clients for the auth code grant
5050
'require_code_challenge_for_public_clients' => true,
5151
# Whether to enable access token saving to persistence layer (default to true)
52-
'persist_access_tokens' => true,
52+
'persist_access_token' => true,
5353
],
5454
'resource_server' => [
5555
# Full path to the public key file

0 commit comments

Comments
 (0)