Skip to content

Commit

Permalink
fix: Remove broken link for node token provider example (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz authored Feb 20, 2024
2 parents 0e58036 + d1950c9 commit 00c71a7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ def create_user_token(request):

You need to provide the generated tokens to the client SDKs. Stream SDKs accept a token provider, that can be called to retrieve and renew tokens. You need to implement the token provider in your own application, this is usually an HTTP endpoint.

Example [token provider for the Node SDK using Express](https://codesandbox.io/p/sandbox/stream-node-token-provider-example-f9cl27).

## Call tokens

Call tokens contain a list of call IDs. If a user is authenticated with a call token, they can only access the specified calls. They are helpful if you want to limit call access, but you want to avoid managing call members (an example: a pay-pre-view link for livestreams, with hundreds of thousands of expected viewers).
Expand Down

0 comments on commit 00c71a7

Please sign in to comment.