javascript - Auto Login Chrome Extension -


i working on chrome extension popup. popup contains login screen.

i add screen autologin checkbox, user doesn't have type password every time closes browser. read storing password in localstorage not practice.

do know best way so?

for example, thinking of identifying browser uniquely (something browser id), , storing on server. such id exist?

otherwise, have idea of how can properly?

thank you!


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -