This is a pretty simple template that I use for myself. Main changes, comparing to default project:
- Added config to disable https (a lot of hosting providers helps you with https)
- Add Username field to Register page
- Add simple Docker file (you can just remove it if not required)
- Added persistence of user's keys to database (no need to re-login after re-deploy)
- Implemented fake email sender to have a full auth working by default
- Added admin role and default admin user
If you need other features - feel free to create an issue in this repository.
If you are looking For a General-Purpose Templates, like ASP.NET template, Core Template, AspNetStarter, Core Starter Kit, Web Core Template, Dot Net Core Boilerplate - maybe this is a perfect start for you.