Skip to content

Commit

Permalink
update token example code link to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Dec 12, 2023
1 parent a3ad5df commit baa11c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/video-sdk/_authentication-workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This section contains information that completes the information in this page, o

### Source code for a token server

The token server RESTful web service used in this page is written in Golang using the Gin framework. Want to use the code in your authentication service? [Download](https://github.com/AgoraIO-Community/agora-token-service/releases/tag/v1.4.1) the token server source code and binaries for various platforms from Github.
The token server RESTful web service used in this page is written in Golang using the Gin framework. Want to use the code in your authentication service? [Download](https://github.com/AgoraIO-Community/agora-token-service/releases/latest) the token server source code and binaries for various platforms from Github.

To see how to create a token generator inside your IAM system, see [Integrate a token generator](../develop/integrate-token-generation).

Expand Down
2 changes: 1 addition & 1 deletion shared/voice-sdk/authentication-workflow/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This section contains information that completes the information in this page, o

#### Source code for a token server

The token server RESTful web service used in this page is written in Golang using the Gin framework. Want to use the code in your authentication service? [Download](https://github.com/AgoraIO-Community/agora-token-service/releases/tag/v1.1.1) the token server source code and binaries for various platforms from Github.
The token server RESTful web service used in this page is written in Golang using the Gin framework. Want to use the code in your authentication service? [Download](https://github.com/AgoraIO-Community/agora-token-service/releases/latest) the token server source code and binaries for various platforms from Github.

To see how to create a token generator inside your IAM system, see [Integrate a token generator](../develop/integrate-token-generation).

Expand Down

0 comments on commit baa11c5

Please sign in to comment.