In our project, we have a separate login page and several SPA, which the user can access only after proper authentication. All static content is hosted on a public CDN. But the html files of SPA arrays are stored in the database and delivered to the user by the indexing service. We do not want to store html files in DB, because it is inconvenient for us.
What is the best way to store html files in a protected area?
DCorp source
share