An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# session.do
Session Storage supporting both encrypted cookies and edge-persisted state

Worker to interact with session via

```
{
"recentInteractions": 12
}
```

```
{
"recentInteractions": 13,
"name": "John Doe",
"email": "[email protected]",
"image": "https://favicon.com/[email protected]"
}
```