Skip to content

v3.1.0

Compare
Choose a tag to compare
@vc-ci vc-ci released this 07 May 10:46
· 805 commits to master since this release
  • Reworked Wishlists API

  • Added permission-based authorization [Authorize(SecurityConstants.Permissions.CanEditUsers)]

  • Completely reworked authentication/authorization to work independently from the Core module API, this allows using custom security settings (password strong, or lock-out policy) independently of the platform settings.

  • Added support of user invitation and new methods for work with a user account and organizations
    DELETE: storefrontapi/account/{userId}
    POST: storefrontapi/account/organization
    POST: storefrontapi/account/user
    POST: storefrontapi/account/invitation
    PUT: storefrontapi/account/organization
    GET: storefrontapi/account/organization/current
    POST: storefrontapi/account/organization/users/search
    POST: storefrontapi/account/{userId}/lock
    POST: storefrontapi/account/{userId}/unlock

  • Fixed critical bug with product availability #79