Question about json-server-auth: Is there a need to take any action with the access-token? I am currently implementing authorization using json-server-auth, where the access token is provided in the response body. Do I need to manually handle this access token or is it automatically saved in localStorage? It appears that everything is functioning correctly and all seems well. However, I am still unsure whether any further actions are required in relation to the access token?