- MVC
- Cookie Authentication (SSR)
- Razor Page controlled by the Controller
- Session Management
- No connect to any DB
dotnet run
Open browser: https://localhost:5001/
Start the application, you should see a sign-in button on the home page:
When you click Sign in
you should navigate to the login form:
To sign in, just fill in random credentials, everything but an empty value is fine.If everything works correctly you should be redirected to the home page which shows you are signed in: