I am creating a Rails application that does not use a database. Instead, the model is controlled using the Ruby API, which wraps the legacy system.
I have a Ruby call that will allow me to verify the username and password combination. Is it possible to use Devise (or some other ready-made authentication solution) in this case?
My hope is that I can override several methods in Devise and still get many benefits.
Peter.
source
share