What is a safe approach disabling xsrf only for google auth and should
we consider adding this to the default auth.GoogleMixin module?
Hopefully this saves all of you several hours in the future, long live
basic auth!
Once you get past the xsrf issue, you run into the fact that all the
docs and examples for writing a login handler only override get(), not
post(). This looks like a good reason to go ahead with the
oft-discussed refactoring of the auth module.
-Ben