I am working on my own external authentication.

>From reading the source of gluon.tools and gluon.contrib.login_methods it 
appears I need a class that implements the following methods to do my own 
authentication:

get_user()
login_form()

Then in my db.py just do an auth.settings.login_form = [myclass()]

Is that a correct oversimplification?

Thanks!

-- 



Reply via email to