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

How to generate JWT token using client secret key and client Id #345

Open
Parivesh0094 opened this issue Feb 27, 2024 · 3 comments
Open

Comments

@Parivesh0094
Copy link

How to generate JWT token using client secret key and client Id

@vladyslavzhukovskyi
Copy link

vladyslavzhukovskyi commented Mar 1, 2024

Algorithm must be HS256
secret or public key must be zoom app secret from zoom developers
expires time must be minimum 30min and tokenExp property in payload must be the same as exp time. this is example at node js with jsonwebtoken for jwt`s

const token = jwt.sign({ appKey: ZOOM_APP_KEY, exp: 1709196922, tokenExp: 1709196922, }, ZOOM_APP_SECRET );

@AakashGautam007
Copy link

There is some issue in ZoomUs.initialize even after jwt genrated from jwt.io

Possible Unhandled Promise Rejection (id: 4):
Error: Error= 5 (unknown), internalErrorCode=124

@Parivesh0094
Copy link
Author

Parivesh0094 commented Apr 23, 2024 via email

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

No branches or pull requests

3 participants