I am building an app in PHP Lumen which returns a token upon login. I am not sure how to proceed beyond this.
How am I supposed to maintain a session using these to
You can store it in the browser's localStorage, then set it in the header for each request to the server.