Skip to content

Commit 9b3d22b

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit 9b3d22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/concept-service-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The maximum allowed message size for one WebSocket frame is **1MB**.
197197
198198
#### Authentication workflow
199199
200-
Client uses a signed JWT token to connect to the service. The upstream can also reject the client when it's `connect` event handler of the incoming client. The event handler authenticates the client by specifying the `userId` and the `role`s the client has in the webhook response, or decline the client with 401. [Event handler](#event-handler) section describes it in detail.
200+
Client uses a signed JWT to connect to the service. The upstream can also reject the client when it's `connect` event handler of the incoming client. The event handler authenticates the client by specifying the `userId` and the `role`s the client has in the webhook response, or decline the client with 401. [Event handler](#event-handler) section describes it in detail.
201201
202202
The following graph describes the workflow.
203203

0 commit comments

Comments
 (0)