jfversluis / been-pwned

App that leverages the haveibeenpwned.com API by Troy Hunt. This app is available in the App Stores and is used in several of my talks as well as my book Xamarin.Forms Essentials.
MIT License
16 stars 3 forks source link

Implemented hiding password value in searchbar #30

Closed jfversluis closed 7 years ago

jfversluis commented 7 years ago

Like the website; havibeenpwned.com the searchbar for entering a password value is now masked.

It requires a bit of a hack, because it doesn’t have support for a password mask out of the box.

We might want to include a mechanism to show te password on the users request. Now they have no way of knowing they made a typo.