On Mon, Jan 2, 2012 at 11:11 AM, Paul <[email protected]> wrote: > While we are at it - what would you suggest to be a most efficient > solution on App Engine? Is bcrypt too heavy?
My advice is not to bother with all that crap. Use BrowserID anywhere you would use a username/pw instead. I recently replaced the local username/pw part of my dual-auth system (FB being the other) with BrowserID. The user experience is way better than any other local auth system I've seen, including ours - which was pretty damn nice. http://www.browserid.org/ Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
