RootCauseunvalidated
The token is visible in inspect > application tab in my browser. — The frontend stores the token in localStorage. Tension: it is saved in the client's device (in this case, the browser), and no one else can access that storage. Outcome: storing the access token in the local storage.
9eeca095-f37a-4ddc-b81f-e0c89afa2b6a
The token is visible in inspect > application tab in my browser. — The frontend stores the token in localStorage. Tension: it is saved in the client's device (in this case, the browser), and no one else can access that storage. Outcome: storing the access token in the local storage.