- Added support for a new OAuth data store in the system store management, allowing for better organization and retrieval of OAuth-related data. - Updated the OAuth cache store configuration to increase the cache size from 4096 to 8192, improving performance and storage capacity. - Enhanced test utilities to include the new OAuth store, ensuring comprehensive testing coverage for the updated store management features.
13 lines
301 B
Text
13 lines
301 B
Text
{
|
|
"label": "OAuth Cache Store",
|
|
"description": "LRU cache store for OAuth tokens, sessions and temporary data",
|
|
"tags": ["oauth", "cache", "lru", "token"],
|
|
"readonly": false,
|
|
"builtin": true,
|
|
"sort": 11,
|
|
"name": "OAuth Cache Store",
|
|
"type": "lru",
|
|
"option": {
|
|
"size": 8192
|
|
}
|
|
}
|