We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On line 27 of the LoggedInOutlet you say:
if (!this.publicRoutes[url] && !localStorage.getItem('jwt')) {
So if I set my localStorage item 'jwt' to any value, I am authenticated. You are not checking, if the jwt token is valid.
Pretty simple to hack :)