User Tools

Site Tools


Sidebar

programming:start

Programming articles:

Adobe Animate

Need to watch:

Decrypting code

Philosophy of programming

Programming a wiki

HTML On Razor Pages

Doing a login function on an ASP.NET core project

Google queries for .NET Core login tutorials

  • razor pages access password

Articles about Razor Page Login

  • [https://docs.microsoft.com/en-us/aspnet/core/security/authorization/secure-data?view=aspnetcore-2.2 Create an ASP.NET Core app with user data protected by authorization]
    • Sample app is a contact list created by users
    • This tutorial shows how to create an ASP.NET Core web app with user data protected by authorization. It displays a list of contacts that authenticated (registered) users have created. There are three security groups:
      • Registered users can view all the approved data and can edit/delete their own data.
      • Managers can approve or reject contact data. Only approved contacts are visible to users.
      • Administrators can approve/reject and edit/delete any data.
programming/start.txt · Last modified: 2021/03/26 11:39 (external edit)