Skip to content

Release v0.0.4 - User Authentication

Compare
Choose a tag to compare
@ShahanaFarooqui ShahanaFarooqui released this 31 Aug 00:49
· 8 commits to main since this release
3ab11c8

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