You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: frontend/src/assets/i18n/en.json
+5-5
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@
125
125
},
126
126
127
127
"send-jwt1": {
128
-
"introduction": "2. Send JWT to backend with request to access to resources",
128
+
"introduction": "2. Send JWT to backend requesting protected resources",
129
129
"ways": "There are 4 ways you can send JWT to backend",
130
130
"authenticated": "you have been successfully authenticated",
131
131
"request": "Send JWT in request parameter",
@@ -138,7 +138,7 @@
138
138
},
139
139
140
140
"send-jwt2": {
141
-
"introduction": "2. Send JWT to backend with request to access to resources",
141
+
"introduction": "2. Send JWT to backend requesting protected resources",
142
142
"ways": "There are 4 ways you can send JWT to backend",
143
143
"authenticated": "you have been successfully authenticated",
144
144
"request": "Send token in form body",
@@ -152,7 +152,7 @@
152
152
},
153
153
154
154
"send-jwt3": {
155
-
"introduction": "2. Send JWT to backend with request to access to resources",
155
+
"introduction": "2. Send JWT to backend requesting protected resources",
156
156
"ways": "There are 4 ways you can send JWT to backend",
157
157
"authenticated": "you have been successfully authenticated",
158
158
"request": "Send token in request header",
@@ -169,7 +169,7 @@
169
169
"closeBracket": "}"
170
170
},
171
171
"send-jwt4": {
172
-
"introduction": "2. Send JWT to backend with request to access to resources",
172
+
"introduction": "2. Send JWT to backend requesting protected resources",
173
173
"ways": "There are 4 ways you can send JWT to backend",
174
174
"request": "Send token via cookies",
175
175
"request1": "Anything stored in cookies is sent with the request by default. So there's nothing special that you need to do in this case as long as the backend server had set the cookie header when it generted the token.",
@@ -178,7 +178,7 @@
178
178
"step2": "Get protected user data",
179
179
"step3" : "User data link accessible via token in authorization header with fall back to cookies",
180
180
"step4" : "Logout",
181
-
"queryParameter": "Read about standards to send token via headers",
181
+
"queryParameter": "Read about securely storing cookies",
182
182
"body": "Next: Choosing the best method",
183
183
"authenticated": "you have been successfully authenticated"
0 commit comments