Skip to content

Releases: vtex-apps/storefront-permissions

v1.14.0

08 Mar 19:13
Compare
Choose a tag to compare

Changed

  • checkUserPermissions will now always return the "parent" user's role and permissions regardless of impersonation
  • If impersonating a user, their organization and cost center will be applied to the session (and therefore their price list, catalog, etc)

v1.13.2

28 Feb 14:36
Compare
Choose a tag to compare
Release v1.13.2

v1.13.1

25 Feb 14:36
Compare
Choose a tag to compare

Fixed

  • Changed the role handling from masterdata to vbase to avoid duplicated entries

v1.13.0

02 Feb 14:22
Compare
Choose a tag to compare

Added

  • GraphQL query getSessionWatcher and mutation sessionWatcher

v1.12.2

01 Feb 22:26
Compare
Choose a tag to compare

Added

  • Better logging

v1.12.1

21 Jan 22:44
Compare
Choose a tag to compare

Fixed

  • When adding a new user, check if their email already exists in MD

v1.12.0

18 Jan 21:05
Compare
Choose a tag to compare

Added

  • checkImpersonation Graphql query

v1.11.0

10 Jan 20:30
Compare
Choose a tag to compare

Added

  • impersonateUser mutation

v1.10.1

04 Jan 22:00
Compare
Choose a tag to compare

Fixed

  • checkUserPermissions query will no longer throw an error if the user's role has no enabled permissions for the app making the request

v1.10.0

21 Dec 14:18
Compare
Choose a tag to compare

Added

  • Prevent login for users in inactive organizations by throwing error in setProfile route handler