class Auth

Defined in:

auth.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(basic_auth : YAML_Nil, rules : YAML_Nil) #

[View source]

Instance Method Detail

def authenticate(username : String, password : String) : Bool #

[View source]
def authorize(username : String, clientid : String, method : String, topic : String, ipaddress : String) : Bool #

[View source]