isaacsanders / omniauth-stripe-connect

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

How to use the `state` parameter #59

Open amiralgazi opened 4 years ago

amiralgazi commented 4 years ago

Hi there

I am looking for the state parameter when I get a request in my omniauth Rails controller, but cannot such a thing.

Here is a reference to the Stripe Connect documentation in which they mention that this parameter can passed during the authorization process: https://stripe.com/docs/connect/oauth-reference#get-authorize

How can I find that parameter?

Thanks!