Commit Graph

14 Commits (1f47c83851d770e39aa3f8296406905ac5bca883)

Author SHA1 Message Date
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Rick Anderson 66ab2b2171
Update Startup.cs (#7481) 2018-07-05 21:18:29 -06:00
Jack Franklin Perry, Jr 73ce00711d Update AccessDenied.cshtml (#7247)
It was just missing the @ in the <h1> tag for the title.
2018-06-22 13:34:43 -05:00
Simon Yates ab9c8d8263 Fix HTTPS vs SSL app setting reference (#7008)
* Fix HTTPS vs SSL app setting reference

* Update secure-data.md

* Update appsettings.json
2018-06-12 13:59:07 -07:00
Tom Austin f1cb1666d0 Added missing AllowAnonymous to ForgotPassword and ForgotPasswordConfirmation. Previously it was impossible to navigate to these pages unless logged in which makes no sense if you are trying to reset your password. (#6614) 2018-05-26 10:07:55 -10:00
Rick Anderson dd0081eab2
Secure user data sample help (#6289) 2018-05-08 16:40:58 -10:00
Rick Anderson 4d69b62611
remove AuthorizeFolder in secure user data (#5451)
* remove AuthorizeFolder in secure user data

* SSL to HTTPS
2018-02-13 11:39:53 -10:00
Rick Anderson 6176572dc9
[WIP] Secure user data, react to announcements (#5318)
Secure user data, react to announcements
2018-01-31 17:46:02 -10:00
Rick Anderson 4313ed3047
RP version of secure user data (#5190)
* RP version of secure user data

* work

* work

* work

* work

* work

* work

* work

* ready 4 review

* pdf and fix

* fixes

* fixes

* fixes

* clean up

* clean up

* clean up

* last draft

* last draft

* Updates to Razor Pages user data protection doc

* Page Model to page model

* code fense to bold

* Updates to Razor Pages user data authorization doc

* Enable copying of .NET Core CLI command

* Change HTML code snippets to CSHTML

* Task.CompletedTask;

* Task.CompletedTask;
2018-01-25 21:06:35 -10:00
Ganesan Arunachalam 28104d5e4b Removed unnecessary user management. (#3616) 2017-07-05 10:14:29 -06:00
Ganesan Arunachalam 80aaf4caab Fix issue which rose when rendering index (#3617)
* Fix issue which rose when rendering index

* Includes check for edit permission before listing.

* Inject authorization service and import libraries.

* Commented out cosmetic
2017-07-05 09:40:32 -06:00
Ganesan Arunachalam 5f4e63ec18 Removed redundant Task.FromResult (#3615) 2017-07-05 08:07:03 -06:00
Scott Addie 7c2e804baf Delete project.json from sample project (#3624) 2017-07-03 15:19:09 -06:00
Rick Anderson c0849eb674 Secure user data (#3336)
* Secure user data

* removed dead code

* Revert "removed dead code"

This reverts commit 3311e8e4d4.

* move snippets to final15

* work

* fix

* work

* work

* work

* work

* work

* work

* work

* work

* work

* CRUD check

* work

* rename

* work

* formatting

* tdykstra feedback

* work

* tom feedback

* work

* work

* joe feedback

* work

* download

* fix

* download link

* download link
2017-05-30 13:11:31 -07:00