You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaced clear text password comparison with hashed password comparison using bcrypt.
- Updated environment variable to store the hashed password instead of the clear text password.
- Enhanced security by avoiding the storage and comparison of plain text passwords.
Fixes issue fusion44#255.
Right now the api reads the clear text password from the environment. Change thid to use a precomputed hashed password instead.
blitz_api/app/system/impl/native_python.py
Line 67 in 11f8d57
The text was updated successfully, but these errors were encountered: