-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add JWT authorization support to Rocket.Chat.ReactNative clients. #1356
Copy link
Copy link
Closed
Labels
Description
- Your Rocket.Chat Experimental app version: 4.0.2.2087
- Your Rocket.Chat server version: 2.1.0
- Device (or Simulator) you're running with: Xiaomi Redmi Note 4x
After implementing [NEW] Jitsi meet room access via a token #12259 we can successfully connect securly from Windows desktop clients to Jitsi calls. User with meet link but without valid JWT-token cannot connect to Jitsi Meet call. That user get logon form, that do not accept any data.
But with JWT authentication turned on we have a problem with Rocket.Chat mobile applications (Rocket.Chat React Native).
It seems like mobile app do not send JWT token to Jitsi and while connecting to Jitsi Meet call mobile client user get the same logon\password form, that do not accept any data.
In Jitsi logs we see in that moment:
Oct 08 13:58:01 general warn Error verifying token err:not-allowed, reason: token required
So, please add JWT authorization support to Rocket.Chat.ReactNative clients.
Thanks!
Reactions are currently unavailable