views:

23

answers:

0

Hi, could you tell me plz - is it possible to disable warden/devise for one or more controllers/actions?

I need to allow requests with basic auth to one of controllers, but everytime i send similar requests i've seed message, that basi auth is not required for my app.

I'm writing oauth2 provider and its a problem to allow client applications to send his creadentials with basic auth as described here - http://tools.ietf.org/html/draft-ietf-oauth-v2-08#section-2.