Improve sessions
This commit is contained in:
parent
ce79e8f425
commit
d55392fda0
2 changed files with 4 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.5.0
|
0.5.1
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,9 @@ Returns a session with id = {id}
|
||||||
{
|
{
|
||||||
"id": "string",
|
"id": "string",
|
||||||
"userId": "string",
|
"userId": "string",
|
||||||
|
"name": "string",
|
||||||
|
"userAgent": "string",
|
||||||
|
"storageKey": "string",
|
||||||
"creationDate": "number"
|
"creationDate": "number"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue