maxjustus / sinatra-authentication

A sinatra extension wrapped in a gem that implements authentication/permissions with users stored in the database. Now with optional support for facebook connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requires digest/sha1

lemon-grass opened this issue · comments

Please add "require 'digest/sha1'" to your examples.

With my configurations I haven't needed to do that. Is it throwing an error for you when you don't explicitly require digest/sha1?

Alrighty, I added it. Thanks!