Commit Graph

27 Commits (ca1e5fba4ee38af67c902bdd5af6365770639bdf)

Author SHA1 Message Date
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Scott Addie 6ee808c991
2.1 updates to Identity PK data type doc (#8640)
* 2.1 updates to Identity PK data type doc

* Fix xref link

* Simplify doc

* Minor tweaks

* Verbiage tweaks

* Fix line highlighting

* Remove unused sample code

* Merge PK doc into larger customization doc

* Add missing property to ApplicationUser class

* Add redirect to retire PK doc

* Add missing file extension to redirect file

* Remove restriction on 2.1+

* Display lazy loading section for 2.1+

* Formatting changes

* Fix line highlighting

* Add property to ApplicationRole class

* Remove unnecessary override from ApplicationDbContext class

* Dedent code snippet

* Update customize-identity-model.md
2018-09-27 09:44:02 -05:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Rick Anderson 30c029eb02
Update Intro to Identity to 2.1 (#7930)
* WIP:Update Intro to Identity to 2.1

* work

* work

* work

* work

* work

* work

* work

* minor corrections

* more typos

* react to feedback
2018-08-08 10:55:37 -07:00
Luke Latham a6100d5aaf
Remove LogoutPath from cookie options (#5666) 2018-03-14 19:26:59 -07:00
Scott Addie 817ac4deb7
Replace Cookie.Expiration property with ExpireTimeSpan (#5561) 2018-02-27 18:56:40 -06:00
Luke Latham ceb264b696 Identity config topic updates (#5524)
* Identity config topic updates

* React to feedback

* Remove extra pipe

* Nits

* One more nit
2018-02-21 11:24:39 -06: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
Rachel Appel ecbecec65a
ASP.NET Core Identity sample (#5118) 2018-01-05 12:25:01 -05:00
Rachel Appel 7ef54f663a CSAT Modifications (#5097) 2018-01-03 15:16:31 -10:00
cherish e081f81ae8 change the template and screenshot for create new project when Introduction to Identity (#4865)
* Add files via upload

* change the template for create new project
2017-11-27 14:09:17 -10:00
Triwaters 71a921b612 Incorrect reference to IdentityRole (#4774)
ApplicationRole is what we're looking for here in this demo
2017-11-15 10:32:56 -10:00
Scott Addie 13291956ad Merge pull request #4437 from aspnet/scottaddie/identity-pks-2.0
Update Identity PKs doc to 2.0
2017-09-29 14:05:08 -05:00
Scott Addie ede2daa71c More edits 2017-09-28 15:30:22 -05:00
Scott Addie 3371f433f9 More edits 2017-09-28 15:13:03 -05:00
Scott Addie 433a0693a5 Introduce tabs 2017-09-28 12:56:53 -05:00
Scott Addie ed1bd23dc8 Alter app cookie configuration code samples 2017-09-28 12:08:38 -05:00
Scott Sauber 76d42f09f3 Add ASP.NET Core 2 features to Identity Configuration. (#4288)
* Add ASP.NET Core 2 features to Identity Configuration.
Fixed typo with ASP.NET Core 1 Cookie Name.

* Make things more clear and call out the specific options.

* Fix wording, spacing, typo on folder name.  Display 1.x snippets with more context

* Fix typo

* Move properties and call out ASP.NET Core 1.x ones.
2017-09-19 09:44:10 -05:00
Scott Sauber c5649dcfe6 Update Introduction to Identity with ASP.NET Core 2 API's (#4236)
* Changes to split out the ASP.NET Core 2 Identity cofig from ASP.NET Core 1.

* Fix problem with number rendering
Show differences between ASP.NET Core 1.x and 2.x config.

* Fix extra spaces
Add snippet_ prefix to regions

* Correct what UseAuthentication does.

* Update snippet regions with snippet_ prefix.
2017-09-11 11:34:29 -05:00
Steve Smith c26e0c9fe1 Updating Identity (#3652)
* 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.
2017-07-10 11:58:09 -06:00
Alpha 19cda29edc Second attempt (tabs. vs spaces) 2017-06-28 14:30:03 -04:00
Sivanantham Padikkasu 80e1203e79 Changed the LogOff action name into LogOut (#3292)
Changed the LogOff action name into LogOut.Asp Net Core defaultly provides Logout action only.
2017-05-01 18:37:20 -10:00
Sivanantham Padikkasu ebd0b16af5 Changed the "LogOff" action name into "LogOut (#3294)
Changed the "LogOff" action name into "LogOut
2017-05-01 18:36:28 -10:00
Adrien TORRIS 529a866427 Add example of how configure Identity to use Guid data type for primary keys
Next #1975 PR
2016-12-12 10:35:18 +01:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00