Skip to content

Commit 859062b

Browse files
committed
Move mvcauth to LegacyTemplates
1 parent 64973e7 commit 859062b

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

MyApp/_includes/web-new-netcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| [razor-pages](https://github.com/NetCoreTemplates/razor-pages) | .NET 10 Razor Pages App with Tailwind |
1919
| [razor-bootstrap](https://github.com/NetCoreTemplates/razor-bootstrap) | .NET 10 Razor Pages App with Bootstrap |
2020
| [razor](https://github.com/NetCoreTemplates/razor) | .NET 10 Razor Pages App |
21-
| [mvcauth](https://github.com/NetCoreTemplates/mvcauth) | .NET 10 MVC Auth App |
21+
| [mvcauth](https://github.com/LegacyTemplates/mvcauth) | .NET 10 MVC Auth App |
2222
| [mvc-bootstrap](https://github.com/NetCoreTemplates/mvc-bootstrap) | .NET 10 MVC Identity Auth App with Bootstrap |
2323
| [mvc](https://github.com/NetCoreTemplates/mvc) | .NET 10 MVC Identity Auth App with Tailwind |
2424
| [script](https://github.com/NetCoreTemplates/script) | .NET 10 #Script Pages App with Bootstrap |

MyApp/_pages/auth/authentication-and-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Some other special Auth Providers that Authenticate per-request include:
144144
The `NetCoreIdentityAuthProvider` is a bi-directional Authentication adapter that enables ServiceStack to use the same Authentication as the
145145
rest of your ASP.NET Core and MVC Application where it enables the following popular scenarios:
146146

147-
- [Using ServiceStack Auth in MVC](/auth/identity-servicestack) - Use ServiceStack Auth to power ASP.NET Identity Auth, pre-configured in the [mvcauth](https://github.com/NetCoreTemplates/mvcauth) project template.
147+
- [Using ServiceStack Auth in MVC](/auth/identity-servicestack) - Use ServiceStack Auth to power ASP.NET Identity Auth, pre-configured in the [mvcauth](https://github.com/LegacyTemplates/mvcauth) project template.
148148

149149
### Community Auth Providers
150150

MyApp/_pages/auth/identity-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create new `mvcidentity` project with:
1919
npx create-net mvcidentity ProjectName
2020
:::
2121

22-
[mvcidentity](https://github.com/LegacyTemplates/mvcidentity) is essentially the same App with the same functionality as [mvcauth](https://github.com/NetCoreTemplates/mvcauth)
22+
[mvcidentity](https://github.com/LegacyTemplates/mvcidentity) is essentially the same App with the same functionality as [mvcauth](https://github.com/LegacyTemplates/mvcauth)
2323
but rewritten to use ASP.NET Identity Auth instead of ServiceStack Auth, including the registration options which are handled implemented
2424
using MVC Controllers instead of ServiceStack's built-in Services:
2525

MyApp/_pages/auth/identity-servicestack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ slug: authentication-identity-servicestack
33
title: Using ServiceStack Auth in MVC
44
---
55

6-
[mvcauth](https://github.com/NetCoreTemplates/mvcauth) is a .NET 6.0 MVC Website integrated with ServiceStack Auth:
6+
[mvcauth](https://github.com/LegacyTemplates/mvcauth) is a .NET 6.0 MVC Website integrated with ServiceStack Auth:
77

8-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvcauth.png)](https://github.com/NetCoreTemplates/mvcauth)
8+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvcauth.png)](https://github.com/LegacyTemplates/mvcauth)
99

1010
## New Project
1111

MyApp/_pages/dotnet-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ x new angular-spa-netfx ProjectName
148148

149149
.NET 10.0 MVC Website integrated with ServiceStack Auth
150150

151-
[![](/img/pages/auth/signin/mvcauth.png)](https://github.com/NetCoreTemplates/mvcauth)
151+
[![](/img/pages/auth/signin/mvcauth.png)](https://github.com/LegacyTemplates/mvcauth)
152152

153153
.NET 10+
154154
:::sh

MyApp/_pages/releases/v5_05.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,9 +2920,9 @@ To quickly get started, we've created new pre-configured .NET Core project templ
29202920

29212921
## Using ServiceStack Auth in MVC
29222922

2923-
[mvcauth](https://github.com/NetCoreTemplates/mvcauth) is a .NET Core 2.2 MVC Website integrated with ServiceStack Auth:
2923+
[mvcauth](https://github.com/LegacyTemplates/mvcauth) is a .NET Core 2.2 MVC Website integrated with ServiceStack Auth:
29242924

2925-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvcauth.png)](https://github.com/NetCoreTemplates/mvcauth)
2925+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvcauth.png)](https://github.com/LegacyTemplates/mvcauth)
29262926

29272927
Create new `mvcauth` project with:
29282928

@@ -3045,7 +3045,7 @@ Create new `mvcidentity` project with:
30453045

30463046
$ web new mvcidentity ProjectName
30473047

3048-
[mvcidentity](https://github.com/NetCoreTemplates/mvcidentity) is essentially the same App with the same functionality as [mvcauth](https://github.com/NetCoreTemplates/mvcauth)
3048+
[mvcidentity](https://github.com/NetCoreTemplates/mvcidentity) is essentially the same App with the same functionality as [mvcauth](https://github.com/LegacyTemplates/mvcauth)
30493049
but rewritten to use ASP.NET Identity Auth instead of ServiceStack Auth, including the registration options which are handled implemented
30503050
using MVC Controllers instead of ServiceStack's built-in Services:
30513051

@@ -3613,11 +3613,11 @@ We've also added a new Microsoft Auth Provider to authenticate using [Microsoft'
36133613

36143614
- `MicrosoftGraphAuthProvider`
36153615

3616-
To get started quickly with the Microsoft and Google Auth providers, create a new [mvcauth](https://github.com/NetCoreTemplates/mvcauth) project with:
3616+
To get started quickly with the Microsoft and Google Auth providers, create a new [mvcauth](https://github.com/LegacyTemplates/mvcauth) project with:
36173617

36183618
$ web new mvcauth ProjectName
36193619

3620-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvcauth-login.png)](https://github.com/NetCoreTemplates/mvcauth)
3620+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvcauth-login.png)](https://github.com/LegacyTemplates/mvcauth)
36213621

36223622
#### OAuth Setup
36233623

MyApp/_pages/templates/mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npx create-net mvc ProjectName
3131

3232
.NET 10.0 MVC Website integrated with ServiceStack Auth
3333

34-
[![](/img/pages/auth/signin/mvcauth.png)](https://github.com/NetCoreTemplates/mvcauth)
34+
[![](/img/pages/auth/signin/mvcauth.png)](https://github.com/LegacyTemplates/mvcauth)
3535

3636
:::sh
3737
npx create-net mvcauth ProjectName

0 commit comments

Comments
 (0)