Commit Graph

20 Commits (134813bf5968589a0199614d084e64b76f2d8eca)

Author SHA1 Message Date
Scott Addie cc85485f9a Remove unnecessary anchor 2017-10-11 10:44:16 -05:00
Scott Addie a359d96251 Pass scheme parameters in code snippet 2017-09-29 14:20:49 -05:00
Scott Addie c4661e0410 Add missing param to AddCookie call 2017-09-27 11:09:37 -05:00
Ryan O'Neill dcf39ad601 Fix demo code for AddAuthentication.AddCookie
In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.

Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie

Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie("MyCookieAuthenticationScheme",
2017-09-27 15:05:58 +01:00
Luke Latham d157e2ec7a Kill BOM and add end newlines 2017-09-20 02:36:55 -05:00
Luke Latham f6333f838a Fixes #4089
* Reverse tab order in topics with tabs (2.x first)

Fixes #4089

* Escape to the stars!

* Escape to the stars ... again!
2017-08-24 12:36:42 -05:00
Scott Addie 3becc22fce 2.0 update for cookie middleware doc (#3923)
* 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
2017-08-15 13:51:35 -05:00
Scott Addie fade39c5ee Add missing comma 2017-07-31 22:04:02 -05:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Marius Schulz 16255dfe17 Update cookie.md (tiny typo) (#3285) 2017-05-01 18:43:58 -10:00
Tim Barclay 028098540d Fix markdown formatting around code snippet (#3093) 2017-03-29 07:33:12 -10:00
Ibrahim Islam 68724aeff1 Fix grammatical mistake (#3026) 2017-03-21 09:22:19 -07:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Tyler Lamb 0866de65c1 Word spacing update (#2456) 2017-01-04 09:19:39 -10:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00