I\'d like to require ssl authentication for the user resource on devise. I was expecting that to be as simple as it is in rails, like:
devise_for :users, :cons
I suggest using Rack::SSL, maybe with Rack::SslEnforcer for more configuration options.