Skip to content

Commit

Permalink
redo unrelated reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Oct 16, 2023
1 parent 11ed4a0 commit 774f62f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions signaling/get-started/get-started-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,9 @@ each other.
You use an authentication token to authenticate a user with <Vg k="MESS" /> and join a channel. Each token is
bound to a single user UID. This means that one concurrent user only may login from your <Vpl k="CLIENT" />.

<<<<<<< HEAD
To create a pub-sub session for <Vg k="MESS" /> , implement the following steps in your
<Vpl k="CLIENT" />:

![](/images/signaling/get-started-workflow.svg)
=======
- *Retrieve a token*:

A token is a computer-generated string that authenticates a user when your <Vpl k="CLIENT" /> joins a channel. In this guide you retrieve your token from <Vg k="CONSOLE" />. To see how to create an authentication server for development purposes, see [Implement the authentication workflow](../get-started/authentication-workflow). To develop your own token generator and integrate it into your production IAM system, read [Token generators](/video-calling/develop/integrate-token-generation).
>>>>>>> parent of 504ce547 (First stab at the get started.)

In this guide you retrieve a temporary token from Token Generator. To understand how to create an authentication
server for development purposes, see [Implement the authentication workflow](../get-started/authentication-workflow).
Expand Down

0 comments on commit 774f62f

Please sign in to comment.