1
What would be the best way to authenticate in applications built with Ruby/Sinatra? Devise I know doesn’t work. I have tried several tutorials with Warden, but the settings are very complex and confusing in my view. Simple authentication with HTTP would be crazy. Which then is the best way?
What you use as a database?
– Guilherme Bernal
@Guilhermebernal I’m using Mongodb
– Pedro Vinícius