Skip to content

feat: add shop token for authentication bypass#596

Merged
shyim merged 1 commit intomainfrom
feat/add-shop-token-auth-bypass
Mar 14, 2026
Merged

feat: add shop token for authentication bypass#596
shyim merged 1 commit intomainfrom
feat/add-shop-token-auth-bypass

Conversation

@shyim
Copy link
Member

@shyim shyim commented Mar 14, 2026

Summary

image
  • Add shop_token column to shops table for authentication bypass
  • Replace @shopware-ag/app-server-sdk with custom http-client.ts implementation
  • Add UI to display and copy shop token in AddShop and DetailShop views
  • Pass shopmon-shop-token header to sitespeed for authenticated sites
  • Generate cryptographically secure token for each new shop

Test plan

  • Create a new shop and verify token is generated
  • Copy token from AddShop and DetailShop views
  • Verify sitespeed can access shops behind authentication using the token
  • Verify shop scraping works with the new http-client

Add shop_token column to shops table and integrate token-based
authentication bypass for sitespeed and shop scraping. Replaces
@shopware-ag/app-server-sdk with custom http-client implementation.
@shyim shyim merged commit ce460c9 into main Mar 14, 2026
6 checks passed
@shyim shyim deleted the feat/add-shop-token-auth-bypass branch March 14, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant