Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publisher Key #18

Open
vody opened this issue Apr 30, 2021 · 0 comments
Open

Publisher Key #18

vody opened this issue Apr 30, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@vody
Copy link
Collaborator

vody commented Apr 30, 2021

As a publisher, I want to avoid using my Stripe Secret Key for an integration purpose so that my Stripe account will not be exposed in case of application hijacking.

Feature: Publisher Key
  As a publisher, I want to avoid using my Stripe Secret Key for an integration purpose so that my Stripe account will not be exposed in case of application hijacking. 

  Scenario: Generate Publisher Test and Live Keys
    When publisher on-boards with SMP
    Then system generates a Publisher Test and Live Keys an present it to publisher

  Scenario: Integration Using Publisher Test Key
    Given publisher connected with SMP
    And Publisher Test and Live keys has been generated
    When publisher using Publisher Test Key instead of a Test Secret Key within an Subscription Management API
    Then system authorize publisher within a platform using Publisher Test Key

  Scenario: Integration Using Publisher Live Key
    Given publisher connected with SMP
    And Publisher Test and Live keys has been generated
    When publisher using Publisher Live Key instead of a Live Secret Key within an Subscription Management API
    Then system authorize publisher within a platform using Publisher Live Key

AB#7758

@vody vody added the enhancement New feature or request label Apr 30, 2021
@vody vody self-assigned this Apr 30, 2021
@vody vody added this to 2021 Q2 in Roadmap Apr 30, 2021
@vody vody moved this from 2021 Q2 to 2021 Q3 in Roadmap Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
2021 Q3
Development

No branches or pull requests

1 participant