Releases: vtex-apps/storefront-permissions
Releases · vtex-apps/storefront-permissions
v1.14.0
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
Release v1.13.2
v1.13.1
Fixed
- Changed the role handling from masterdata to vbase to avoid duplicated entries
v1.13.0
Added
- GraphQL query
getSessionWatcher
and mutationsessionWatcher
v1.12.2
Added
- Better logging
v1.12.1
Fixed
- When adding a new user, check if their email already exists in MD
v1.12.0
Added
checkImpersonation
Graphql query
v1.11.0
Added
impersonateUser
mutation
v1.10.1
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
Added
- Prevent login for users in inactive organizations by throwing error in
setProfile
route handler