How to use Google Authentication instead of Basic Authentication just by setting up a web server

Basic authentication is an easy way to restrict access to a site. Basic authentication is convenient, but it is problematic because the browser does not remember the ID and password and you have to enter them each time, or anyone can access the system if they know the ID and password. I would like …