Skip to content

Commit 983898e

Browse files
authored
Merge pull request #126040 from changeworld/patch-145
Fix typo
2 parents 689d995 + f8317a0 commit 983898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/socketio-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For now, Socket.IO library doesn't provide such an authentication mechanism for
2727
Client sends negotiation request containing authentication information to server before the Engine.IO connection is built. Here are the details how the mechanism works:
2828

2929
1. Before connecting with the service endpoint, the client sends negotiation to the server, which carries information required by authentication.
30-
2. The server receives the negotiation request, parse the authentication information and authenticate the client according to the parsed information. Then the server responds the request with an access token in [JWT token](https://jwt.io/) format.
30+
2. The server receives the negotiation request, parse the authentication information and authenticate the client according to the parsed information. Then the server responds the request with an access token in [JWT](https://jwt.io/) format.
3131
3. The client connects with the service endpoint with the access token given by server. The access token must be placed in query string named with `access_token` of the Socket.IO request.
3232
4. The service will validate the `access_token`. The connection will be rejected if `access_token` is not valid.
3333

0 commit comments

Comments
 (0)