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

Deprecate StripeEvent.authentication_secret= #96

Merged
merged 3 commits into from
Dec 5, 2017

Conversation

rmm5t
Copy link
Member

@rmm5t rmm5t commented Dec 4, 2017

What does it do?

What else do you need to know?

  • The plan is to release this as part of a v1.9.1 release and then later fully remove authentication_secret while also simplifying codebase using just signing_secret (which would be part of a v2.0.0 release).

Related Issues

Communication

StripeEvent.authentication_secret= is deprecated and will be removed in 2.x. Use StripeEvent.signing_secret= instead. The value for your specific endpoint's signing secret (starting with whsec_) is in your API > Webhooks settings (https://dashboard.stripe.com/account/webhooks). More information can be found here: https://stripe.com/docs/webhooks#signatures

`StripeEvent.authentication_secret=` is deprecated and will be
removed in 2.x. Use `StripeEvent.signing_secret=` instead. The value
for your specific endpoint's signing secret (starting with `whsec_`) is in your
API > Webhooks settings (https://dashboard.stripe.com/account/webhooks).
More information can be found here: https://stripe.com/docs/webhooks#signatures
@rmm5t rmm5t self-assigned this Dec 4, 2017
@rmm5t rmm5t mentioned this pull request Dec 4, 2017
@coveralls
Copy link

coveralls commented Dec 4, 2017

Coverage Status

Changes Unknown when pulling 1e600ba on rmm5t:95-deprecate-authetication_secret into ** on integrallis:master**.

rmm5t added 2 commits December 4, 2017 13:19
Unverified use of stripe webhooks is deprecated and configuration of
`StripeEvent.signing_secret=` will be required in 2.x. The value for your specific
endpoint's signing secret (starting with `whsec_`) is in your API > Webhooks settings
(https://dashboard.stripe.com/account/webhooks).
@coveralls
Copy link

coveralls commented Dec 4, 2017

Coverage Status

Changes Unknown when pulling ddb9231 on rmm5t:95-deprecate-authetication_secret into ** on integrallis:master**.

3 similar comments
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ddb9231 on rmm5t:95-deprecate-authetication_secret into ** on integrallis:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ddb9231 on rmm5t:95-deprecate-authetication_secret into ** on integrallis:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ddb9231 on rmm5t:95-deprecate-authetication_secret into ** on integrallis:master**.

@rmm5t rmm5t merged commit 7d6a2f6 into integrallis:master Dec 5, 2017
@rmm5t rmm5t deleted the 95-deprecate-authetication_secret branch December 5, 2017 15:38
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.

2 participants