Skip to content

Disable auth timeout minutes

Bo-Chun Chen requested to merge github/fork/diedpigs/feat-disable-timeout into master

Setting auth timeout minutes to 0 will enable stay signed in days, which is default to 30 days

--auth-timeout-minutes arg (=60) The number of minutes a user will stay logged in while idle before required to sign in again. Set this to 0 (disabled) to enable legacy timeout auth-stay-signed-in-days. --auth-stay-signed-in-days arg (=30) The number of days to keep a user signed in when using the "Stay Signed In" option. Will only take affect when auth-timeout-minutes is 0 (disabled).

Merge request reports