devise_cas_authenticatable
devise_cas_authenticatable copied to clipboard
Does not support non-database flow
Hi!
We're looking at supporting a flow where there is no user saved to the database at all - similar to the one shown here: https://4trabes.com/2012/10/31/remote-authentication-with-devise/
We've got this working with some overrides and implementation. Would this be something worth a PR? Or is it too far outside the scope of this gem and we should leave it in our own model?