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
The Unlicense
476 stars 94 forks source link

Rack-flash #51

Open Heliosmaster opened 11 years ago

Heliosmaster commented 11 years ago

Rack-flash was not working for me (neither rack-flash3) so I just used sinatra-flash instead.

cmhobbs commented 11 years ago

Do you think the issue is related to this: 841cc6006e0fe7eb197561c6b0278bfaf5db35c2

cmhobbs commented 11 years ago

rack-flash and rack-flash3 don't appear to be working for me either. I'll try to set aside some time to find the issue.

rupe commented 11 years ago

Have you tried sinatra-flash? I remember reading somewhere that it resolves many issues that rack-flash had with Sinatra, also has some extra features .. I believe.

Heliosmaster commented 11 years ago

With sinatra-flash definitely works (i said also at the beginning of this issue)!

rupe commented 11 years ago

Oops, sorry @Heliosmaster, missed that :)

How did you incorporate it into Sin-Auth? I don't see anything on your fork...

Heliosmaster commented 11 years ago

I didn't incorporate in the fork: in my Sinatra app i simply used that gem and presto!

rupe commented 11 years ago

So rack-flash3 is still being installed, just never used?