Problem scenario
You want a web page that asks for a username and password (e.g., to log in). The users will not know if the authentication is done via Apache or Postgres. You happen want the authentication to be challenged against a Postgres database. This way if you have backend access to the Postgres database, you can use “CREATE ROLE” or “CREATE ROLE jane PASSWORD ‘veryfun’ LOGIN” to create users. You will be able to provide the users with the credentials and web URL.
…
Continue reading “How Do You Deploy LAPP with Frontend User Authentication?”