Currently, Centrifugo's SASL mechanism only supports PLAIN authentication. While this works for basic scenarios, supporting additional mechanisms like SCRAM-SHA-512 would enhance security options, especially for production environments.
Current Behavior
Only PLAIN authentication is supported in SASL
Requested Feature
Support for additional SASL mechanisms, specifically:
SCRAM-SHA-512
SCRAM-SHA-256
Use Case
When implementing Centrifugo in environments with strict security requirements, having stronger authentication mechanisms would be beneficial.
Currently, Centrifugo's SASL mechanism only supports PLAIN authentication. While this works for basic scenarios, supporting additional mechanisms like
SCRAM-SHA-512
would enhance security options, especially for production environments.Current Behavior
PLAIN
authentication is supported in SASLRequested Feature
SCRAM-SHA-512
SCRAM-SHA-256
Use Case
When implementing Centrifugo in environments with strict security requirements, having stronger authentication mechanisms would be beneficial.