It is a POC using traefik and symfony as an authentication service to protect an endpoint.
- add to /etc/hosts:
127.0.0.1 php.dev.local
127.0.0.1 html.dev.local
- setup project
make start
- create a user
- try to access the protected resource
- go to https://html.dev.local
-
login with the created user
-
et voilà
https://adminer.localhost/?sqlite=db&username=admin&db=symfony%2Fdata.db user: admin password: admin database: symfony/data.db