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
Copy file name to clipboardExpand all lines: MyApp/_pages/auth/authentication-and-authorization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Some other special Auth Providers that Authenticate per-request include:
144
144
The `NetCoreIdentityAuthProvider` is a bi-directional Authentication adapter that enables ServiceStack to use the same Authentication as the
145
145
rest of your ASP.NET Core and MVC Application where it enables the following popular scenarios:
146
146
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.
Copy file name to clipboardExpand all lines: MyApp/_pages/auth/identity-aspnet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Create new `mvcidentity` project with:
19
19
npx create-net mvcidentity ProjectName
20
20
:::
21
21
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)
23
23
but rewritten to use ASP.NET Identity Auth instead of ServiceStack Auth, including the registration options which are handled implemented
24
24
using MVC Controllers instead of ServiceStack's built-in Services:
@@ -3045,7 +3045,7 @@ Create new `mvcidentity` project with:
3045
3045
3046
3046
$ web new mvcidentity ProjectName
3047
3047
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)
3049
3049
but rewritten to use ASP.NET Identity Auth instead of ServiceStack Auth, including the registration options which are handled implemented
3050
3050
using MVC Controllers instead of ServiceStack's built-in Services:
3051
3051
@@ -3613,11 +3613,11 @@ We've also added a new Microsoft Auth Provider to authenticate using [Microsoft'
3613
3613
3614
3614
-`MicrosoftGraphAuthProvider`
3615
3615
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:
0 commit comments