22 lines
559 B
JSON
22 lines
559 B
JSON
{
|
|
"cookies": [],
|
|
"origins": [
|
|
{
|
|
"origin": "http://localhost:3002",
|
|
"localStorage": [
|
|
{
|
|
"name": "userId",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"name": "username",
|
|
"value": "admin"
|
|
},
|
|
{
|
|
"name": "token",
|
|
"value": "eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJhZG1pbiJdLCJ1c2VySWQiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJzdWIiOiJhZG1pbiIsImlhdCI6MTc3NTU3MTc2MiwiZXhwIjoxNzc1NjU4MTYyfQ.4BYIl4u3IIY-kCFg_YFZHRU5h_CnXxJZV4A-Gjrfst_vEpqjAGIYeRb0CphW42Ke"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |