imanghafoori1 / laravel-MasterPass

Helps you securely setup a master password and login into user accounts with it.
MIT License
364 stars 29 forks source link

Feature Request: Save password in package config file #2

Closed sarfraznawaz2005 closed 6 years ago

sarfraznawaz2005 commented 6 years ago

We don't use .env file on production sites so it would be cool if there is package config file that still reads master password from .env file but if .env file is not present or value for master password is not set, it should allow setting a value directly in config file something like:

file: config/masterpass.php:

master_pass => env('MASTER_PASSWORD', 'our default password')
imanghafoori1 commented 6 years ago

Thank you for mentioning that. It will be added soon.

imanghafoori1 commented 6 years ago

Added as of the latest