Adding mousebot open_id_authentication to the mind of thinking

I'm working on an application that currently uses mouse markup as its part of authentication. I want to add openID to this application and know the thinker has the open_id_authentication plugin. Does anyone know how easy it is to do this, or if there is a tutorial or anything else?

+2


source to share


1 answer


The open_id_authentication plugin is not natively Thoughtbot, it is probably just their fork of the main one. This plugin provides some useful controller methods, but does not integrate with the out-of-the-box Clearance program. You will need to learn how to work and write additional code in your application that inherits from Clearance controllers and blends in the OpenID authentication logic.



+1


source







All Articles