Skip to content

Commit

Permalink
Finish example of RefreshTokenStorage configuration in Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Horat1us committed Dec 7, 2023
1 parent 88a323f commit 5e4adcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ return [
'refreshExpireInterval' => 'PT90M', // 90 minutes
],
// optional: you can configure refresh token storage
'refreshTokenStorage' => [
// default implementation, use your own if you want or choose one from list below
'class' => Authorization\Repository\RefreshTokenStorageRedis::class,
],
],
],
];
Expand Down

0 comments on commit 5e4adcd

Please sign in to comment.