Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authentication - VS 2017 15.3; ASP.Net Core 2.0; Angular

When selecting the Angular template VS 15.3 gives no other authentication choice other than "no authentication". I will be referencing Angular Components in Views. How do I get authentication functionality into the app? TIA

like image 410
Doyle Avatar asked Feb 11 '26 15:02

Doyle


1 Answers

You can create an ASP.NET Core 2.0 non-SPA project with authentication. You can then add the classes and other functionality related to server-side authentication to your SPA project.

Additionally see the following documentation: https://learn.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/identity-2x - AND - https://learn.microsoft.com/en-us/aspnet/core/security/authentication/

like image 159
Miguel Torres C Avatar answered Feb 14 '26 14:02

Miguel Torres C



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!