What would be the best way to do authentication in applications built with Ruby / Sinatra? Devise I know it does not work. I have tried several tutorials with Warden, but the settings are very complex and confusing as I see it. Simple authentication with HTTP would be crazy. What is the best way then?