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
I would argue the default use case when navigating to the challengepad is to play the latest CTF.
For this, the / route should forward to the last created (and non-finished?) CTF.
All CTFs could for example be found at /ctfs instad.
The redirect could be a dynamically generated html meta refresh or direclty done from the framework using jsRuntime.InvokeAsync<object>("history.replaceState", ...
The text was updated successfully, but these errors were encountered:
I would argue the default use case when navigating to the challengepad is to play the latest CTF.
For this, the
/
route should forward to the last created (and non-finished?) CTF.All CTFs could for example be found at
/ctfs
instad.The redirect could be a dynamically generated html meta refresh or direclty done from the framework using
jsRuntime.InvokeAsync<object>("history.replaceState", ...
The text was updated successfully, but these errors were encountered: