This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d169bd5007
jiti-meet
/
react
/
features
/
base
/
jwt
/
index.js
4 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add jwt module to react
2017-04-21 10:00:50 +00:00
export
*
from
'./actions'
;
fix: some exports to make it work with webpack 2
2017-06-14 20:13:25 +00:00
export
*
from
'./actionTypes'
;
Fix the initialization of the (external) API The counterpart of the external API in the Jitsi Meet Web app uses the search URL param jwt to heuristically detect that the Web app is very likely embedded (as an iframe) and, consequently, needs to forcefully enable itself. It was looking at whether there was a JSON Web Token (JWT) but that logic got broken when the JWT support was rewritten because the check started happening before the search URL param jwt was parsed.
2017-05-26 22:11:33 +00:00
export
*
from
'./functions'
;