andrewculver / koudoku

Robust subscription support for Rails with Stripe.
MIT License
1.16k stars 187 forks source link

Pricing page returns a 401 Unauthorized, forces me to sign in #161

Closed atomicpromise closed 8 years ago

atomicpromise commented 8 years ago

I can see from looking at the engine's code that there are methods in place to ensure that I can access the pricing page without being logged in, yet it still requires it every time.

App log:

Started GET "/pricing" for ::1 at 2016-06-09 16:24:21 -0500
Processing by Koudoku::SubscriptionsController#index as HTML
Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)

Started GET "/users/sign_in" for ::1 at 2016-06-09 16:24:21 -0500

I've ensured that it's not cancancan or anything else conflicting with it. It's definitely Koudoku sending me the 401.

atomicpromise commented 8 years ago

Closing in embarassment, as I did end up finding something conflicting. :-1: