Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 891 Bytes

File metadata and controls

15 lines (7 loc) · 891 Bytes

Secure authentication with tokens

Authentication is the act of validating the identity of each user before they access your system. Agora uses digital tokens to authenticate users and their privileges before they log into the Signaling system.

This Signaling client app retrieves a Signaling token from the Signaling token server. This token authenticates the current user when the user accesses Signaling.

Understand the code

For context on this sample, and a full explanation of the essential code snippets used in this project, read Secure authentication with tokens

How to run this project

To see how to run this project, read the instructions in the main README or the SDK quickstart.