* 2.0 update for cookie middleware doc
* More changes
* More changes
* More changes
* Replace banned words
* More changes
* More changes
* More changes
* Implement suggestions
* Add Hao's suggestions
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
* Merge with origin
* #3862 Social snippets by SDK vesion
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
* Updating to latest, cleaning up article and screenshots
* Update of Identity (#3653)
* WIP: Update of Identity
* Update identity.md
* Adding red box; adding link to account confirmation.
* stub for custom providers doc
* progress
* more progress
* Updating TKey references.
* More progress
* adding sample project with default identity controllers and views
* Final updates before PR
* Update identity-custom-storage-providers.md (#3509)
* Update identity-custom-storage-providers.md
* Update identity-custom-storage-providers.md
* Minor tweaks to Identity storage providers doc
* Change "a" to "an"
* Update identity-custom-storage-providers.md
* Responding to Tom's feedback in Rick's PR.
* Responding to feedback
* Updated home page to provide instructions. Updated ApplicationUser to implement IIdentity.
* Commented out the reset password link
* Updated the instructions to update the ForgotPassword.cshtml page.
* Update accconfirm.md
* Update accconfirm.md
* Minor updates to text and to fix the code block.
* Update accconfirm.md
* Add page for OSS auth options
In the One ASP.NET dialog we are adding a link for users to learn more about OSS auth options.
I'm working with @danroth27 on the content here.
Changed the "LogOff" action name into "LogOut".Changed the "LogOff" action name into "LogOut".By default ASP Net core provides Logoff action in "LogOut" ActionResult Only.Also raised PR for changed the action name in account controller .