CloudSignal Docs
DashboardAuthentication

Authentication

Configure how devices and applications authenticate with your MQTT broker

CloudSignal supports three authentication methods. You can use one or combine multiple methods depending on your use case.

Authentication Methods

Choosing a Method

MethodBest ForPassword ManagementSession Duration
Auth ProvidersWeb/mobile apps with existing authNone (token exchange)Session-based
Token AuthServer-to-device, IoT fleetsAuto-generated, auto-expired60 minutes
Client CredentialsDedicated devices, testingManualPersistent

Auth Providers are recommended for production applications. They eliminate the need to manage MQTT passwords separately from your application's user accounts.

On this page