isaacsanders / omniauth-stripe-connect

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

Usage documentation no-go for /auth/stripe_connect #7

Closed tibbon closed 11 years ago

tibbon commented 11 years ago

The usage documentation says you'll be able to visit /auth/stripe_connect after putting the code snippet in config/initializers/omniauth.rb. But there's nothing there touching the routes and it 404's as-is.

isaacsanders commented 11 years ago

Are you using Devise? Devise has a different route schema.

tibbon commented 11 years ago

Yes, I'm using Devise. It seems to prepend /users/ to that url route.

On Thu, Nov 29, 2012 at 9:38 AM, Isaac Sanders notifications@github.comwrote:

Are you using Devise? Devise has a different route schema.

— Reply to this email directly or view it on GitHubhttps://github.com/isaacsanders/omniauth-stripe-connect/issues/7#issuecomment-10849348.

isaacsanders commented 11 years ago

That is devise's convention.

On Nov 29, 2012, at 11:40 AM, David Fisher notifications@github.com wrote:

Yes, I'm using Devise. It seems to prepend /users/ to that url route.

On Thu, Nov 29, 2012 at 9:38 AM, Isaac Sanders notifications@github.comwrote:

Are you using Devise? Devise has a different route schema.

— Reply to this email directly or view it on GitHubhttps://github.com/isaacsanders/omniauth-stripe-connect/issues/7#issuecomment-10849348.

— Reply to this email directly or view it on GitHub.

tibbon commented 11 years ago

Gotcha. I might just update some of the docs once I get this figured 100% out so that others using Devise (many) can easily do it.