class LavinMQ::Auth::Chain

Defined in:

lavinmq/auth/chain.cr

Constructors

Instance Method Summary

Instance methods inherited from class LavinMQ::Auth::Authenticator

authenticate(username : String, password : Bytes) : User | Nil
authenticate(username : String, password : String) : User | Nil
authenticate

Constructor Detail

def self.create(config : Config, users : UserStore) : Chain #

[View source]
def self.new(backends : Array(Authenticator)) #

[View source]

Instance Method Detail

def authenticate(username : String, password : Bytes) : User | Nil #

[View source]