So far I have only dealt with server-rendered apps, where after a user logs in via username/password or using an OAuth provider (Facebook etc.), the server just sets a session c
Client: Parse the token and save it to Local Storage for subsequent use after page reload.
Log out