skycocker / NameAndPassword

A fixed 2014 version of Apple's NameAndPassword auth plugin sample
66 stars 14 forks source link

Is there any way to make the UI last longer than 30 seconds. #8

Open CityHunter07 opened 1 year ago

CityHunter07 commented 1 year ago

I implemented a SecurityAuthorizationPlugin using similar approach as NameAndPassword, but the UI keeps on disappearing after 30 seconds unless some data is entered by the user in textField. I need to implement 2FA security options like Yubikey, Number challenge and sms challenge ( all of them takes more than 30 seconds in few cases). I need the mechanism to stay alive for more than 30 seconds, even if there is absolutely no input from the user. Is that possible, if its not possible, then suggest any other way around to keep it alive. @skycocker Thank in advance.