-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secure user data #977
Comments
Sounds good. |
https://github.com/Rick-Anderson/secureMvc is the MVC5 version of what I'll be doing. |
@danroth27 I'm starting on this while I wait for PR feedback. It will be pretty much ACOM https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/ - but then in the next step I make it so users can only Create/Edit/Delete their own data. You've already approved this but I just want to double check because it's a old school tutorial, not the new ref type. I think we need to do it as a tutorial. It was the most popular tutorial on ACOM. The ACOM version is missing the critical step of user data changes checked by authentication/authorization. |
I've got all the code written for this and 1/3rd of the doc. I'll finish this right after RTM. |
#1780 fixes this |
Start with old version on ACOM https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-deploy-aspnet-mvc-app-membership-oauth-sql-database/
tie data to user, a user can Create/Update/Delete their data, anyone can Read data
The text was updated successfully, but these errors were encountered: