Skip to content

Add fallback mechanism to retrieve token from old localstorage

Compare
Choose a tag to compare
@KevinVlaanderen KevinVlaanderen released this 24 Oct 10:56
· 194 commits to master since this release

For upgraded apps, the recent change to store authentication tokens in file storage instead of localstorage could lead to a loss of the session. To avoid this issue, we added a fallback mechanism to check if a token is still available in localstorage.