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

Changed the unless statement defining the default template engine to a single line

Why does sinatra-authenticatetion not detect my template engine configuration? ``` require 'sinatra/base' require 'sinatra/flash' require "sinatra-authentication" require 'slim' class ApplicationController < Sinatra::Base #if you want flash messages register Sinatra::Flash register...

I just create the new app on the FB developer center and tried FB login with this plugin. The login is working properly, but I can't get email as callback...

I really like this gem and I use it also for my latest project. Meanwhile I need to deactivate the /signup route and give admin users the possibility to create...

could you make an example for using mongoid and ajax for the login?

I saw on the roadmap that "forgot password" is on the roadmap, but I'd like to place a vote for bumping it up the line.

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

To make it a bit more secure?

There seems to be little or no protection for XSRF / CSRF.

Hi max...I'm trying use your authentication system with padrino, padrino is a nice and simple framework based in sinatra...so...I thought this would works with padrino..but I don't get this work..maybe...