In the article « Angular-ElectronJS – Login API REST jwt », the user’s token was saved in his browser thanks to localStorage. But here, our goal is to create a cross-platform application: desktop software and web application, so we will adjust our code to meet this goal. A few steps : StorageService The creation of […]