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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -