Hello,
I saw an open issue for using openid with FFC here:
https://github.com/fatfreecrm/fat_free_crm/issues/108 - and there is a
small discussion whether devise should be introduced for this.
Since it's a good opportunity to get a better understanding of both
devise and FFC, I started work to setup devise authentication for FFC
https://github.com/mulderp/fat_free_crm/tree/devise
So far, I have the login with FFC views working, and started fixing
the specs now. Currently, I am still having some issues around the
users_controller since devise has naturally some impact there
(password reset, rendering user data for other users).
It would be great to hear your feedback, or eventually interest in
collaboration on this. I guess, once devise is working, using openid
should be only a small step. What would be needed more eventually, is
a rake task to migrate authlog user based passwords into devise based
passwords (have not yet looked into it, maybe devise can 'read'
authlogic sha's too)
Thanks for your interest.
best,
patrick