pdasya / eCommerce-Application

Online store SPA
https://harajuku-hub-sprint-4.netlify.app/
1 stars 1 forks source link

Fix tokens handlng on change password scenario (fix: CUSTOM-ECOMM-56) #253

Closed jasper7466 closed 4 months ago

jasper7466 commented 4 months ago

Overview

Incorrect tokens handling: after changing the password by an authorized user, the old one (already expired) remains in use and is not replaced with the newly received one. As a result: all subsequent requests to the server come with code 401.

Features Implemented

Link to Issue

252