Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to jwt tokens #335

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Change to jwt tokens #335

wants to merge 1 commit into from

Conversation

dragonmantank
Copy link
Contributor

What is this PR doing?

Changes the OT SDK to providing JWTs for client tokens instead of T1

How should this be manually tested?

Generate a token, which should supply a JWT token, and then use it in a client-side application

What are the relevant tickets?

DEVX-8554

package.json Outdated Show resolved Hide resolved
test/opentok-test.js Outdated Show resolved Hide resolved
@@ -82,8 +82,7 @@
"dependencies": {
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"node-fetch": "2.7.0",
"opentok-token": "1.1.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 less is more 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants