gothinkster/react-mobx-realworld-example-app

Safety for password

popo63301 opened this issue · 1 comments

Is it safe to put the password in the observable in the AuthStore? Is it a good practice? If not, what should we do?

@popo63301, if you are not paranoid enough to use randomized virtual keyboards and all that stuff, then I wouldnt worry about MobX. Having access to javascript context allows one to retrieve password from a dom input anyway.