devise-proxy 0.1.1
A standalone Rack Middleware application that authenticates a username/password against a devise-powered backend application before forwarding the original HTTP request to the same application. Authentication is done on *every* request, so it is advisable to use devise-proxy sparingly.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rack
>= 0