module Cgit::Auth::Config
Extended Modules
Defined in:
cgit-auth/config.cr
Constant Summary
-
OPTIONS =
{session_cookie_name: {type: String, default: "cgit_auth"}, site_name: {type: String, default: "CGit"}, login_label: {type: String, default: "Login"}, login_failed_label: {type: String, default: "Login failed"}, username_label: {type: String, default: "Username"}, password_label: {type: String, default: "Password"}, submit_label: {type: String, default: "Submit"}, css_path: {type: String, default: "/cgit.css"}, htpasswd_file: {type: String, default: "/home/git/htpasswd"}, cookie_secret: {type: String}}
Instance Method Summary
Instance Method Detail
def
cookie_secret : String
#
def
htpasswd_file : String
#
def
login_failed_label : String
#
def
login_label : String
#
def
password_label : String
#
def
session_cookie_name : String
#
def
submit_label : String
#
def
username_label : String
#