This small PR addresses some small issues with the initial version of the Security page including dynamic symbol rendering, renaming, and making the client-side route protected in order to restrict access to authenticated users only. There are also a couple of minor changes on server-side including a check for a valid JWT (still need to implement error-handling) before returning the analysis result. Pretty small and straight-forward but necessary tweaks nonetheless to keep us moving forward.
This small PR addresses some small issues with the initial version of the
Security
page including dynamic symbol rendering, renaming, and making the client-side route protected in order to restrict access to authenticated users only. There are also a couple of minor changes on server-side including a check for a valid JWT (still need to implement error-handling) before returning the analysis result. Pretty small and straight-forward but necessary tweaks nonetheless to keep us moving forward.