mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Remove base64 encoding from storages
This commit is contained in:
@@ -39,12 +39,9 @@
|
||||
"@id": "urn:solid-server:default:CookieStorage",
|
||||
"@type": "WrappedExpiringStorage",
|
||||
"source": {
|
||||
"@type": "Base64EncodingStorage",
|
||||
"source": {
|
||||
"@type": "ContainerPathStorage",
|
||||
"relativePath": "/accounts/cookies/",
|
||||
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
||||
}
|
||||
"@type": "ContainerPathStorage",
|
||||
"relativePath": "/accounts/cookies/",
|
||||
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user