You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 genericCTFProvider
interface by raising an authentication exception in the individual providers and having the baseCTFProvider
retry authentication appropriately.This may also propagate to the
pico
provider as well. I haven't looked into it yet.The text was updated successfully, but these errors were encountered: