I am looking for a lightweight framework that will allow me to knock out a MVC CRUD website very quickly, and I need it to support OpenID.
Is there anything like this?
I am looking for a lightweight framework that will allow me to knock out a MVC CRUD website very quickly, and I need it to support OpenID.
Is there anything like this?
According to this link https://www.ohloh.net/p/dotnetopenauth/download DotNetOpenAuth comes with project templates to allow you to "get started with a new web site that accepts OpenID and InfoCard right away."
I'll give that ago.
Any better ideas are welcome...
Update: It appears this template is for WebForms only... :(
You could probably smush Asp.net DynamicData ( it has an unsupported MVC version ) and DotNetOpenId together pretty reasonable.
There is a "Secure DynamicData" example project at: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14473
In a nutshell it will involve changing the RouteHandlers to integrate with OpenId authorization.