简体   繁体   中英

VueJs - Password managers detection

I am developing a new commercial project using VueJS (Vue 2). For Authentication we're using backend jwt tokens and front end VvueJs Route Guards. I noticed that after logging in, password managers do not detect it, ie offer to save the password. While they do for any other site. The password managers are LastPass and BitWarden.

Is there anything specific that they're looking for?

Thanks.

For anyone facing this, the issue was that it was not an actual form. Once I turned it into a form with a submit button it resovled the issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM