Sinatra Authentication with MongoMapper Support
Added support for MongoMapper in the sinatra-authentication gem. Grab it from http://github.com/britg/sinatra-authentication.
Be sure to require mongo_mapper before sinatra-authentication and everything should work peachy keen.
require 'sinatra/base' require 'mongo_mapper' require 'sinatra-authentication'



