README.md in omniauth-stripe-connect-2.10.0 vs README.md in omniauth-stripe-connect-2.10.1
- old
+ new
@@ -67,10 +67,10 @@
The Webhook URL will be something similar:
`http://www.yourdomain.com/users/auth/stripe_connect/callback`
Then you can hit `/auth/stripe_connect`
-If you hit `/auth/stripe_connect` with any query params, they will be passed along to Stripe. Read [Stripe's OAuth Reference](https://stripe.com/docs/connect/reference) for more information.
+If you hit `/auth/stripe_connect` with any query params, they will be passed along to Stripe. You can access these params from `request.env['omniauth.params']`. Read [Stripe's OAuth Reference](https://stripe.com/docs/connect/reference) for more information.
## Auth Hash
Here is an example of the Auth Hash you get back from calling `request.env['omniauth.auth']`: