sinatra-authentication icon indicating copy to clipboard operation
sinatra-authentication copied to clipboard

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

Results 16 sinatra-authentication issues
Sort by recently updated
recently updated
newest added

I am struggling with how to test authentication using RSpec 2.0. I can verify that authentication and signup works manually, but in my spec I run in to some problems....

feature
1 - Backlog

When I tried to delete my account, the session[:user] was not automatic deleted. Then logged_in? is true, but current_user is nil. I think it would be logical to also delete/clear...

Add bundler to the project.

feature

_I'm using this authentication system with datamapper over mongo-db_. Signup works but insert a dm-user with two id field: - "__id_" that contains the **identifier** of the records - "_id_"...

Hi! I would like to implement a Treequel-based LDAP backend for managing and authenticating users. Any pointers on how I could get started with this? Subsequently, I will send across...

I can't see any way to specify a specific layout for sinatra-authentication views. It would be useful to be able to. My workaround is to monkeypatch the Helper module ```...