Skip to content

Commit 6d7fe67

Browse files
committed
Add note about artifacts caching
1 parent 4690e8d commit 6d7fe67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,15 @@ Alternatively, in case of automatic / scripted deployments, you can run the 'ins
118118

119119
php modules/oidc/bin/install.php
120120

121+
### Protocol Artifacts Caching
122+
123+
The configured database serves as the primary storage for protocol artifacts, such as access tokens, authorization
124+
codes, refresh tokens, clients, and user data. In production environments, it is recommended to also set up caching
125+
for these artifacts. The cache layer operates in front of the database, improving performance, particularly during
126+
sudden surges of users attempting to authenticate. The implementation leverages the Symfony Cache component, allowing
127+
the use of any compatible Symfony cache adapter. For more details on configuring the protocol cache, refer to the
128+
module configuration file.
129+
121130
### Relying Party (RP) Administration
122131

123132
The module lets you manage (create, read, update and delete) approved RPs from the module user interface itself.

0 commit comments

Comments
 (0)