Authentication for single-page apps
问题 Background I am looking at the OAuth 2.0 Implicit Grant flow where a user is redirected to an authentication service and a JWT token is sent back a Single Page Application(SPA). The token is stored in a cookie or in local storage and, in the examples i have seen, the application will hide/show certain pages based on whether it can find the token in storage. Issue The problem is that in all the examples (official from service providers), i was able to manually add any random but properly