Skip to content

v2.0.1-beta

Choose a tag to compare

@VershaGupta VershaGupta released this 30 Jan 07:11
· 26 commits to develop since this release
9556d58

Features

  • Added Commands to manage SMTP Configuration. #57

    # To Get  SMTP Configuration
    $ lr get smtp-configuration
    
    # To Add a SMTP Configuration
    $ lr add smtp-configuration [flags]
    
    # To Delete SMTP Configuration
    $ lr delete smtp-configuration
  • Added Commands to manage Access Restriction. #57

    # Use this command to get the list of the whitelist/blacklist Domains/Emails
    $ lr get access-restriction
    
    # Use this command to Whitelist/Blacklist Domain/Email or to disable access restriction.
    $ lr add access-restriction [flags]
    
    # Use this command to remove the whitelisted/blacklisted Domains/Emails.
    $ lr delete access-restriction

Changelog

  • dd3cd0e Added the feature of setting access restriction type and email/domain whitelist blaklist
  • cbbcbb3 Added the feature of smtp configuration
  • 05619fc Changed Home Page Image in ReadME file
  • 0e127d0 Content related changes
  • 8f6e494 Fix #68 added a unit test for version function (#69)
  • 5b889d4 Fix typo (#71)
  • 31678c2 Fix typo in CONTRIBUTING.md [ci skip] (#75)
  • f0f8472 Fixed Breaking issue for checking login method
  • baa6f40 Merge pull request #77 from muskansoninmh/ft_email_domain_whitelist_blacklist_update_access_restriction_type_using_cli
  • bc7ad18 Merge pull request #78 from muskansoninmh/ft_smtp_configuration_using_cli
  • 9556d58 Merge pull request #79 from muskansoninmh/major_cli_bugs
  • 8387e46 Remove unused vars (#72)
  • 0a2b1eb Removed Developer Dashboard Support from LoginRadius CLI
  • edfbaf0 Resolved all lr cli qa round 1 bugs (#76)
  • d37a9ba Updated CLI commands for LoginRadius pricing changes (#60)
  • 8104ed5 Updated Homepage screenshot
  • 955c991 Updated content and all other changes
  • 2b08150 Updated messages and docs
  • a04b111 resolved all conflicts
  • bacfa69 resolved all the bugs in cli
  • c2ffcf5 resolved conflicts
  • 34054a7 resolved the delete command bug if one domain exist