Storing password as plain text is always vulnerable. flutter_secure_storage uses AES encryption. AES passwords can be decrypted using key, which can be found because our mobile app requires same key to decrypt file data. Better way is to save passwords using bcrypt algorithm which is a one way hash generator.
Literally the reason I haven't put out any new videos! Looking to see what ARM Macs are coming soon, but this 2014 Macbook with 128GB ain't cutting it! Haha
Hey thanks for watching the video! I unfortunately didn't push the code as I went through the videos, I will plan to do that from now on! You should be able to find the final code on GitHub in the link, let me know if you don't find it
Very good video bro! Helped me a lot i hope you'll continue making more content
Awesome! Nicely done. I will be implementing it in my APP.
Nicely experimented, and its great that you opted to use secure storage for auto login as most people do use sharedPreferences
thanks for the comment!
Storing password as plain text is always vulnerable. flutter_secure_storage uses AES encryption. AES passwords can be decrypted using key, which can be found because our mobile app requires same key to decrypt file data.
Better way is to save passwords using bcrypt algorithm which is a one way hash generator.
Thanks buddy, keep it up. I hope you continue releasing new Flutter tutorials.
Wonderful tutorial that nicely explains steps to integrate Biometric login into Flutter, Could you please add a tutorial on Azure MSAL login?
Nice tutorial :)
re long build times, yes, flutter should get a commission for making me buy my new MacBook Pro. The old Air just wasn't cutting it.
Literally the reason I haven't put out any new videos! Looking to see what ARM Macs are coming soon, but this 2014 Macbook with 128GB ain't cutting it! Haha
Can we login in any device using fingerprint in the same app ??
This helped a lot!!!!!!!
Thank,the next time l will read all the directive
thank you
You shouldn’t save the password. Best practice is to save the access token and re authenticate in firebase with the access token.
some example??
I need your full code T_T
Hey thanks for watching the video! I unfortunately didn't push the code as I went through the videos, I will plan to do that from now on! You should be able to find the final code on GitHub in the link, let me know if you don't find it
@@codespiration7881 Hey thanks for the reply! Unfortunately I did not find the code :'(
@@normahanim3802 I just uploaded some files that were missing, I think it'll help you :)
@@codespiration7881 Thankkk youuuuuuuuuuuuuuuuuuuu!!!!!!!