benbaran / adal-angular4

Angular 4/5/6/7 ADAL Wrapper
MIT License
86 stars 104 forks source link

Reload user data from cache when get RENEW_TOKEN request result #145

Closed yepyao closed 3 years ago

yepyao commented 3 years ago

fix #124 When RENEW_TOKEN request returns, need call updateDataFromCache to set user's data, especially the authenticated field. If authenticated field don't set, will lead a unexpected login() call in 'adalIdTokenFrame' iframe, which will refresh the main page.


This change is Reviewable