← Blog / Tutorials

ApiRTC Access Token using JSON Web Token (JWT) for session authentication

By ApiRTC Team — November 22, 2021
ApiRTC Access Token using JSON Web Token (JWT) for session authentication

Securing ApiRTC with JWT

ApiRTC supports JSON Web Token (JWT) authentication to control who can join your conversations. This tutorial shows how to generate and validate JWT tokens for your ApiRTC sessions.

Why use JWT?

  • Prevent unauthorized users from joining calls
  • Control session duration and permissions
  • Integrate with your existing authentication system

Full documentation: dev.apirtc.com.