Back
Similar todos
Load previous page…
🚢 increase cookie expiration date on yolo #berty (github.com/berty/yolo/pull/311)
fix #nomads bug when user browser (like Station Browser) preloads login by email URL with cookie intact, add login_by_email_epoch time and don't delete login_by_email_hash after opening login link, only check if login is within 24 hours of requesting and let them in (reported by @marcantoinefon)
Set minimal session time to 10 minutes. #dwh
generate dummy session timing #cappr
^ add login limits #wi
store last log in timestamp in user data #piggybank
start build PHP session based persistent login system because I discovered you can actually set PHP session IDs to stay alive after browser closes with session_set_cookie_params(10*365*86400); to set it for 10 years for example, so we don't have to build our own session system anymore #photoai
limit login attempts #wi
fix visit count cookie cuz it will expire in session so I need to add expiration date (thanks @levelsio for the tip)
Persistent login #fun
added login limits #wi
extend JWT timeout to 24h #screenhunt
add redirect to login if user not logged/session expired #dashful