Identified at #837 (comment)
It can be handy to save a bookmark or link directly to a form that requires auth. Originally we had /-/<id> links that could be bookmarked and always redirected to login if no auth was provided. When we introduced /f/<id> links, those did not redirect to login. Recently we have made it so that /-/<id> no longer redirects to login.
The /-/<id> structure is most likely to be still linked to and saved as bookmarks so I think we should make sure that this structure redirects to login. Ideally /f/<id> would as well.
As of Central frontend getodk/central-frontend@9512dd8:
In Central v2026.1:
Identified at #837 (comment)
It can be handy to save a bookmark or link directly to a form that requires auth. Originally we had
/-/<id>links that could be bookmarked and always redirected to login if no auth was provided. When we introduced/f/<id>links, those did not redirect to login. Recently we have made it so that/-/<id>no longer redirects to login.The
/-/<id>structure is most likely to be still linked to and saved as bookmarks so I think we should make sure that this structure redirects to login. Ideally/f/<id>would as well.As of Central frontend getodk/central-frontend@9512dd8:
In Central v2026.1: