Is session based token authentication JWT available in emqx

Is session-based token authentication JWT available in emqx

I could only find static tokens and no dynamic, how we can enable this in EMQX

Actual need: Use Token-Based Authentication: If your MQTT broker supports it, consider using token-based authentication (like JWT) instead of basic username/password authentication. In this case, a token (which has a limited lifespan) would be used to authenticate with the MQTT broker. This adds another layer of security because even if someone gets hold of the token, they can only use it for a limited period of time

Hi @akshayvaji, EMQX supports JWT Authentication. I think you can find what you want in this document: