where i can find The Agora HTTP basic authorization token?

327 views Asked by At

How to find Agora HTTP basic authorization token from my agora account? I'm trying to build a webapp.

1

There are 1 answers

1
Sai Sandeep Rayanuthala On

To ensure communication security, when users join an RTC channel or you start recording on the server, Agora needs to check their authentication information and tokens are one of the mechanisms you can use to ensure this.

Token is a dynamic key generated by App ID, App Certificate, user ID, channel name, token expiration timestamp, and other information. For scenarios requiring high-security, such as the production environment, Agora recommends using a token for authentication.

You can find the Auth Token in the Project info panel of the Dashboard Console page. You can click view icon to display the token.

Documentation Link: https://docs.agora.io/en/Agora%20Platform/token#generate-a-token

Sample Apps:

  1. Node.js: https://github.com/AgoraIO-Community/TokenServer-nodejs
  2. Go Lang: https://github.com/digitallysavvy/agora-token-service

Dynamic Key Official Repo: https://github.com/AgoraIO/Tools/tree/master/DynamicKey/AgoraDynamicKey