https://github.com/drivly/session.do
Session Storage supporting both encrypted cookies and edge-persisted state
https://github.com/drivly/session.do
Last synced: 3 months ago
JSON representation
Session Storage supporting both encrypted cookies and edge-persisted state
- Host: GitHub
- URL: https://github.com/drivly/session.do
- Owner: drivly
- License: mit
- Created: 2022-08-26T07:16:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T07:20:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T15:16:59.810Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# session.do
Session Storage supporting both encrypted cookies and edge-persisted stateWorker to interact with session via
```
{
"recentInteractions": 12
}
``````
{
"recentInteractions": 13,
"name": "John Doe",
"email": "[email protected]",
"image": "https://favicon.com/[email protected]"
}
```