0

On my MVC application I'm using some security features (OAuth) from WebMatrix.
However, I needed some changes, so I've forked the project and added a few features to the WebMatrix.WebData assembly, using the code that is available on CodePlex.

Now that I was trying to use those features on my application I've discovered that the WebMatrix.Security assembly's source code isn't available, so the new features I've added can't be used because they sit behind the WebMatrix.Security (added to my project via this NuGet).

Any ideas on how I can take advantage of the features built in WebMatrix.Security and also be able to customize it to some of my specific needs?
Or can I get the WebMatrix.Security source code?

4

1 に答える 1

0

部分的な答えとして、WebMatrix.Securityのソースコードは実際に利用可能であると言えますが、このディスカッションでMarcin Doboszが指摘したように、アセンブリの名前はMicrosoft.Web.WebPages.OAuthに変更されました。

于 2012-06-11T16:26:23.277 に答える