benyaminl / dotnet-core-mvc

Simple dotnet-core-mvc playground with full blown Mvc ASP.NET 6.0 Just for playing.
0 stars 0 forks source link

Authorization + Auth #3

Open benyaminl opened 2 years ago

benyaminl commented 1 year ago

Auth is implemented using scaffold https://learn.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-7.0&tabs=netcore-cli#scaffold-identity-into-an-mvc-project-without-existing-authorization

benyaminl commented 1 year ago

Auth Change Password in Backend added