tulir / lindeb

A simple link manager with powerful search
https://lindeb.mau.lu
GNU General Public License v3.0
3 stars 2 forks source link

Login status is not synchronized to extension automatically after login #11

Closed tulir closed 6 years ago

tulir commented 6 years ago

The extension currently only checks the login status on page load. The frontend should probably emit an event after a successful login that the extension content script could listen to and update the auth token to the extension. The same should probably be done at logout.