Skip to content

feat(api): Improved cache invalidation and user authentication#202

Merged
Stivenjs merged 1 commit into
mainfrom
core-engine
Aug 5, 2025
Merged

feat(api): Improved cache invalidation and user authentication#202
Stivenjs merged 1 commit into
mainfrom
core-engine

Conversation

@Stivenjs
Copy link
Copy Markdown
Contributor

@Stivenjs Stivenjs commented Aug 5, 2025

  • User session verification has been added to the cache invalidation endpoint, ensuring that only authenticated users can perform the operation.
  • Appropriate responses have been implemented for unauthorized user and store not found cases, improving error handling.
  • The limit on products returned in the filter function has been reduced, optimizing query performance.
  • Unnecessary comments have been removed from the cache invalidation service, improving code readability.

- User session verification has been added to the cache invalidation endpoint, ensuring that only authenticated users can perform the operation.
- Appropriate responses have been implemented for unauthorized user and store not found cases, improving error handling.
- The limit on products returned in the filter function has been reduced, optimizing query performance.
- Unnecessary comments have been removed from the cache invalidation service, improving code readability.
@Stivenjs Stivenjs self-assigned this Aug 5, 2025
@Stivenjs Stivenjs added bug Something isn't working enhancement New feature or request labels Aug 5, 2025
@Stivenjs Stivenjs merged commit 6bddd2c into main Aug 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant