Hello @megha.gupta! We recommend not storing artifacts like access tokens in browser storage at all, and rather, storing them in application memory and utilizing a token renewal method to get new tokens. Please check out the Angular quick start for more details on this (in particular, the renewTokens
method in the Finish the service section.
1 Like