-
Notifications
You must be signed in to change notification settings - Fork 149
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
Jitsi torture with jwt token #331
Comments
Yep, this is planned to be implemented in the following weeks. I will leave it open and will close the issue once this is done. |
We have the same question. I have see AuthSetupConference.java but for the moment it doesn't support JWT token. Correct ? |
@damencho Is token-based authentication still remaining? |
Tests using jwt token had been added: https://github.com/jitsi/jitsi-meet-torture/blob/master/src/test/java/org/jitsi/meet/test/ModeratedRoomsTest.java |
@damencho how do i test using command line? |
We fixed this with a fork. This is already put in a docker format so you just can fire it up. |
If jitsi has enabled jwt token authentication then Jitsi torture should work token based authentication as well.
We can provide the 24hr token from the bash script command
So the 1st participants go to the meeting with the token and then other participants will enter into the room.
The text was updated successfully, but these errors were encountered: