isaacsanders / omniauth-stripe-connect

Stripe Connect OAuth2 Strategy for OmniAuth 1.0
MIT License
130 stars 74 forks source link

support for deauthorization? #31

Closed SergeyBukhman closed 9 years ago

SergeyBukhman commented 9 years ago

Hi, great gem. I was wondering whether there's built in support for deauthorizing a user. Sort of a stripe_disconnect feature.

Thanks.

isaacsanders commented 9 years ago

I don't believe that is part of Stripe's or OmniAuth's public features for developer API access. A user would have to go to their Stripe account and revoke permission to the application.