-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjwt.postman.json
More file actions
117 lines (117 loc) · 2.18 KB
/
Copy pathjwt.postman.json
File metadata and controls
117 lines (117 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"info": {
"_postman_id": "9edcd21c-7f0e-48ca-a0a9-f9e1aa4b881c",
"name": "jwt",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "profile",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiZnV4aWFvIiwiZXhwIjoxNjE3MjY3Mzc1LCJpZCI6MSwib3JpZ19pYXQiOjE2MTcyNjM3NzUsInVpYyI6IjF3amk4MzdjZ3MwY2FjODV0cXBkdDc0MTAwNTdrZ251In0.5mvWedVy2cHN-3__uc16sLlkRaOm_zGwv9jTAix2f4o",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "http://127.0.0.1:8888/profile",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8888",
"path": [
"profile"
]
}
},
"response": []
},
{
"name": "refresh",
"request": {
"method": "PUT",
"header": [],
"url": {
"raw": "http://127.0.0.1:8888/refresh",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8888",
"path": [
"refresh"
]
}
},
"response": []
},
{
"name": "login",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://127.0.0.1:8888/login",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8888",
"path": [
"login"
]
}
},
"response": []
},
{
"name": "logout",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50IjoiZnV4aWFvIiwiZXhwIjoxNjE3MjY3Mzc1LCJpZCI6MSwib3JpZ19pYXQiOjE2MTcyNjM3NzUsInVpYyI6IjF3amk4MzdjZ3MwY2FjODV0cXBkdDc0MTAwNTdrZ251In0.5mvWedVy2cHN-3__uc16sLlkRaOm_zGwv9jTAix2f4o",
"type": "string"
}
]
},
"method": "DELETE",
"header": [],
"url": {
"raw": "http://127.0.0.1:8888/logout",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "8888",
"path": [
"logout"
]
}
},
"response": []
}
]
}