mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Make sure stored tokens expire
This commit is contained in:
parent
2914fd7d60
commit
75048172df
@ -13,11 +13,13 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"@type": "ExpiringAdapterFactory",
|
"@type": "ExpiringAdapterFactory",
|
||||||
"storage": {
|
"storage": {
|
||||||
"@type": "Base64EncodingStorage",
|
"@type": "WrappedExpiringStorage",
|
||||||
"source": {
|
"source": {
|
||||||
"@type": "ContainerPathStorage",
|
"@type": "ContainerPathStorage",
|
||||||
"relativePath": "/idp/adapter/",
|
"relativePath": "/idp/adapter/",
|
||||||
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
"source": {
|
||||||
|
"@id": "urn:solid-server:default:KeyValueStorage"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user