Connecting to Agora with Tokens in the Web — React

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. TokenServer-nodejs

    Discontinued One-Click deploy Agora sample token server

    In this tutorial, we’ll take a look at how to fetch tokens from a server and use them to join a video/voice channel in React. You can deploy your own server to generate tokens, or you can use either this Node or GoLang example. We’ll be using the Node token server in our tutorial, and you can easily deploy the same server by following the instructions. You can also use our latest GoLang example. A Docker image is also available for this example.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. agora-token-service

    an Agora Token Server using Golang & Gin to run as a webservice

    In this tutorial, we’ll take a look at how to fetch tokens from a server and use them to join a video/voice channel in React. You can deploy your own server to generate tokens, or you can use either this Node or GoLang example. We’ll be using the Node token server in our tutorial, and you can easily deploy the same server by following the instructions. You can also use our latest GoLang example. A Docker image is also available for this example.

  4. Agora-Token-Service

    Using Agora's token service to authenticate users. (by akshatvg)

    To get us up to speed with a basic video calling app, let’s use this demo. You can follow the instructions in the README.md file to get the app working on your device. We’ll be discussing the code for fetching and updating tokens below. If you just want a working demo, you can check the tokens branch for the final outcome.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What Are the Best Haskell Libraries in 2025?

    3 projects | dev.to | 18 Apr 2025
  • Python: Why Quart Might Be the Better Choice over FastAPI

    3 projects | dev.to | 18 Apr 2025
  • Let Legacy Code Fly: Ambassador Pattern in Cloud Data Management

    1 project | dev.to | 16 Apr 2025
  • The need for TypeSafety HTTPClient and HTTP Resource

    1 project | dev.to | 14 Apr 2025
  • Want to Know Where Popular Web Technologies Serve Websites on Red Hat Linux? Let’s Break It Down!

    4 projects | dev.to | 12 Apr 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?