sp-dev-fx-webparts/samples/react-aad-implicitflow/src/webparts
Kirsten 5f9d97ca53 fix bug by correcting the separator character (#312)
When the existing array _renewStates is cast as a string (at the string.prototype.split() function or possibly in earlier code), that existing array is represented as "A String, representing the values of the array, separated by a comma" [quote source](https://www.w3schools.com/jsref/jsref_tostring_array.asp).
This update replaces the incorrect semi-colon separator with the correct comma separator. Without a correction, it is possible to encounter issues such as token renewal timeout or token renewal silent failure. Testing included turning on logging in adal-angular.js to observe changes.
2017-10-09 04:44:57 -04:00
..
upcomingMeetings Updated react-add-implicitflow sample to SPFx GA (#160) 2017-03-17 14:30:33 +02:00
IAdalConfig.ts Updated ADAL JS implementation (#28) 2016-09-30 09:09:02 +02:00
WebPartAuthenticationContext.js fix bug by correcting the separator character (#312) 2017-10-09 04:44:57 -04:00