Authentication

I have two authentication concerns:

  1. Authentication of the web user, granting access to these pages
  2. Authentication for the database

Where do I put that stuff? In the JSON file?

With ACD, I normally created an admin directory, and I configured the web server to enforce authentication. The database credentials were stored in a PHP script.

Huh. I'm the only one who uses these things. I could have one site (crud.coreth.com) that has one set of credentials, and it contains all of the table definitions I would use anywhere.

If the definition files are going to stay on the server, then I could include database credentials inside them.