Release v0.0.4 - User Authentication
Bug fix: Filter lnmessage's pubkey from peers list
Enhancement: Add support for more fiat currencies
Enhancement: User Authentication
- Default singleSignOn
is false, which means that user will be prompted to set (first time) or enter the password
- User can opt-out by setting env variable SINGLE_SIGN_ON
to true OR by setting singleSignOn
to true in config.json
- Environment variables take precedence over config values