You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update secure-data.md
Adding a tip to ensure the visitor can git clone only the sub folders needed for this lab from the docs
* Update secure-data.md
* Update aspnetcore/security/authorization/secure-data.md
---------
Co-authored-by: Rick Anderson <[email protected]>
Copy file name to clipboardExpand all lines: aspnetcore/security/authorization/secure-data.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,16 @@ This tutorial is advanced. You should be familiar with:
67
67
68
68
[Download](xref:index#how-to-download-a-sample) the [completed](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authorization/secure-data/samples) app. [Test](#test-the-completed-app) the completed app so you become familiar with its security features.
69
69
70
+
> [!TIP]
71
+
> Use [`git sparse-checkout`](https://git-scm.com/docs/git-sparse-checkout) to only download the sample subfolder
git sparse-checkout set aspnetcore/security/authorization/secure-data/samples
78
+
```
79
+
70
80
### The starter app
71
81
72
82
[Download](xref:index#how-to-download-a-sample) the [starter](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authorization/secure-data/samples/) app.
0 commit comments