Skip to content

Commit f4f6e1c

Browse files
committed
Update mvc.md
1 parent f2c6c41 commit f4f6e1c

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

MyApp/_pages/templates/mvc.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,19 @@ dotnet tool install --global x
1717

1818
## mvc
1919

20-
.NET 10.0 MVC Website with ServiceStack APIs
20+
.NET 10.0 MVC Identity Auth Tailwind Websites
2121

2222
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc.png)](https://github.com/NetCoreTemplates/mvc)
2323

2424
:::sh
2525
npx create-net mvc ProjectName
2626
:::
2727

28-
## MVC with Integrated Auth
28+
## mvc-bootstrap
2929

30-
### mvcauth
31-
32-
.NET 10.0 MVC Website integrated with ServiceStack Auth
33-
34-
[![](/img/pages/auth/signin/mvcauth.png)](https://github.com/LegacyTemplates/mvcauth)
30+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc-bootstrap.png)](https://github.com/NetCoreTemplates/mvc-bootstrap)
3531

3632
:::sh
37-
npx create-net mvcauth ProjectName
33+
npx create-net mvc-bootstrap ProjectName
3834
:::
3935

40-
::: tip
41-
Learn about [using ServiceStack Auth in MVC](/auth/identity-servicestack)
42-
:::

0 commit comments

Comments
 (0)