404 page not found, route auth and auto logout.
Any wrong url path manually requested should give 404 page not found response as html page. Also unauthorised access to any route should be prohibited.
- Add a 404 page not found page. Should appear when a url is entered which do not match with CD-CODE routes.
- Un authorised route access should be restricted using vue route guard.
- User should be autologout after certain period of time when application is idle.