katana icon indicating copy to clipboard operation
katana copied to clipboard

CTF Authentication Timeout

Open calebstewart opened this issue 4 years ago • 0 comments

The ctfd provider doesn't currently handle session timeouts properly, and results in JSON exceptions. The provider should recognize the timeout and attempt re-authentication, however it doesn't. I can probably wrap this into the generic CTFProvider interface by raising an authentication exception in the individual providers and having the base CTFProvider retry authentication appropriately.

This may also propagate to the pico provider as well. I haven't looked into it yet.

calebstewart avatar Mar 15 '20 17:03 calebstewart