Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

struct SessionControl

5cript edited this page Apr 25, 2021 · 1 revision

struct SessionControl

Summary

Members Descriptions
public std::shared_ptr< session_manager > sessions
public std::shared_ptr< authorizer_interface > authorizer
public std::function< void(request_handler](class-request_handler) *, [response_handler *)> authorization_conditioner
public std::string id_cookie_key
public bool allowOptionsUnauthorized
public cookie cookie_base
public bool disable_automatic_authentication
public std::string authentication_path

Members


public std::shared_ptr< session_manager > sessions


public std::shared_ptr< authorizer_interface > authorizer


public std::function< void(request_handler](class-request_handler) *, [response_handler *)> authorization_conditioner


public std::string id_cookie_key


public bool allowOptionsUnauthorized


public cookie cookie_base


public bool disable_automatic_authentication


public std::string authentication_path

Clone this wiki locally