Skip to content

Commit

Permalink
Merge pull request #47 from vtex-apps/fix-CheckUserAccess
Browse files Browse the repository at this point in the history
Fix getAuthenticatedUser
  • Loading branch information
rbussola authored Feb 5, 2024
2 parents db201d3 + 191171e commit 130165b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Adjust the policies to allow getAuthenticatedUser

## [2.5.1] - 2024-01-31

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
"path": "/api/analytics/schemaless-events"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "vtexid.vtex.com.br",
"path": "/api/vtexid/pub/authenticated/user"
}
},
{
"name": "SaveOrderFormConfiguration"
},
Expand Down

0 comments on commit 130165b

Please sign in to comment.