If the route is valid and does not have token or authorization it will direct to login page
If there is no route and If you are trying to access it through URL this will take you to home page. In you case there is no route to climbs only climb is valid route. Therefore when user enters climbs which is not a valid URL this is take you to base URL which is home page.
Please let me know if this is something you are looking for or let me know anything else. I can amend the changes
If the route is valid and does not have token or authorization it will direct to login page
If there is no route and If you are trying to access it through URL this will take you to home page. In you case there is no route to climbs only climb is valid route. Therefore when user enters climbs which is not a valid URL this is take you to base URL which is home page.
Please let me know if this is something you are looking for or let me know anything else. I can amend the changes
Closes: https://github.com/nicholasbergesen/boulderlog/issues/25