class AuthHandler

Defined in:

handlers/auth_handler.cr

Constant Summary

Log = JosieHealth::Utils::Log
MAX_KEYS_PER_USER = 5

Constructors

Instance Method Summary

Constructor Detail

def self.new(redis_client : RedisClient) #

Instance Method Detail

def handle(request : HTTP::Request, response : HTTP::Server::Response, authenticated_user : String | Nil = nil) #