Skip to content

Based on the Web Applications built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).

License

Notifications You must be signed in to change notification settings

feliperomero3/AspNetCoreIdentityBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Identity Book

Build status

Based on the Web Application built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).

This application showcases features that can be accessed by anyone, features that can be accessed only once a user signs in, and features that can be accessed only by administrators.

Prerequisites

  • .NET 5
  • Visual Studio 2022
  • (Optional) smtp4dev v3.1.3.2

Getting started

  1. Clone the project.
  2. Open the solution file IdentityApp.sln.
  3. Right click the IdentityApp solution node in the Solution Explorer tool window and click 'Restore Client-Side Libraries' option.
  4. (Optional) Open a terminal and enter smtp4dev to start smtp4dev local SMTP and leave the terminal open. Installation.
  5. Press F5 to start the application.
  6. Open your browser and go to https://localhost:44350 (the browser will not be launched automatically).

License

MIT License

Copyright © 2022 Felipe Romero

About

Based on the Web Applications built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).

Topics

Resources

License

Stars

Watchers

Forks