Use JWT instead of requiring the HPB to check authentication of the user #7336
Labels
1. to develop
enhancement
feature: signaling 📶
Internal and external signaling backends
performance 🚀
Milestone
How to use GitHub
Background numbers of a company call:
We could save 395 requests hitting the server by using JWT as auth mechanism. Could use a private/public key model and expose the public key via capabilities which are checked by the HPB anyway already. This way the HPB could validate the signaling ticket directly without contacting the server again.
The text was updated successfully, but these errors were encountered: