blitz_api
blitz_api copied to clipboard
Fix/use hashed password login
- Replaced clear text password comparison with hashed password comparison using bcrypt.
- Enhanced security by avoiding the storage and comparison of plain text passwords.
Fixes issue #255.
Thank you! I'll test and merge it the coming weekend.