Documentation
¶
Overview ¶
Package shopify provides a verifier for Shopify access tokens. It uses the Shopify Admin API GET /admin/api/2024-01/shop.json endpoint to check token validity. A store domain is required via ExtraData.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier checks whether a Shopify access token is active by calling the Shopify Admin API. It NEVER logs or persists raw token values.
func (*Verifier) Verify ¶
func (v *Verifier) Verify(ctx context.Context, raw detector.RawFinding) finding.VerificationResult
Verify checks if the detected Shopify access token is valid/active. Raw contains the token value. ExtraData["store_domain"] must contain the Shopify store domain (e.g., "mystore.myshopify.com").
Click to show internal directories.
Click to hide internal directories.