Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.23 KB

Next.md

File metadata and controls

20 lines (15 loc) · 1.23 KB

Some next steps...

  • Log to a file, database, etc.
  • Deploying in a Docker container (try AWS Container Service)
  • Set up a reverse proxy with Nginx for forwarding to the ASP.NET Core app with this article, Deploy to a Linux production environment
  • Authentication and Authorization
  • Custom middleware

Resources