devise - Rails and DocRaptor, override authentication -
i'm using rails 4 , docraptor in order convert html page pdf. problem i'm using devise 3 authentication.
devise's log in page root if you're not authenticated. therefore, when docraptor pulls html show page, pulls log in page.
is there way ignore authentication call docraptor?
thanks!
you can skip_before_filter
, pass secret token of sort prevent/obscure public access. below answers have couple examples. docraptor employee, happy help!
rails 3: using devise authentication, how allow access report page guid instead of login
what best way bypass devise authorization specific record marked public
Comments
Post a Comment