Skip to content

Commit

Permalink
fix: add proper token validation to getUserByEmail (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
enzomerca authored Oct 28, 2024
1 parent 30930d5 commit 2680141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Changed the token validation directive of the getUserByEmail operation

## [1.44.13] - 2024-10-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Query {
getUserByEmail(email: String!): [User]
@cacheControl(scope: PRIVATE)
@withSender
@checkUserAccess
@validateStoreUserAccess

listAllUsers: [User]
@cacheControl(scope: PRIVATE, maxAge: SHORT)
Expand Down

0 comments on commit 2680141

Please sign in to comment.