Updated MVC3 Html5 Boilerplate Template: Now with Twitter and Facebook

March 21st, 2011 § 2 comments § permalink

I pushed a major update to the MVC3/Html5 Boilerplate Template found on the github page. The new update includes the latest boilerplate code and uses the DotnetOpenAuth CTP for logging in via Twitter and Facebook. Thanks to @jacob4u2 for making some necessary web.config changes (he has an alternate template on his bitbucket site you should also check out.

Read More

Authlogic and OpenID on Rails

May 11th, 2009 § 5 comments § permalink

So, I’m working on a Rails App and I want to use OpenID (and only OpenID) for authentication.  I was going to use Restful_Authentication with the open_id_authentication extension, but then I saw Ryan Bates’ Railscast on AuthLogic.  Authlogic has an OpenID extention which looked perfect for my needs, and Authlogic seemed like a great gem for authentication.  My goal was simple: I wanted to support, and only support, authentication via OpenID.  None of this username/password/salt stuff.

Read More

Where Am I?

You are currently browsing entries tagged with openid at Adventures in HttpContext.