Te4g / traefik-auth-forward-symfony

traefik-auth-forward-symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

It is a POC using traefik and symfony as an authentication service to protect an endpoint.

How to use

  1. add to /etc/hosts:
127.0.0.1 php.dev.local
127.0.0.1 html.dev.local
  1. setup project
make start
  1. create a user
  1. try to access the protected resource
  1. login with the created user

  2. et voilĂ 

Adminer

https://adminer.localhost/?sqlite=db&username=admin&db=symfony%2Fdata.db user: admin password: admin database: symfony/data.db

About

traefik-auth-forward-symfony


Languages

Language:PHP 80.6%Language:Twig 12.1%Language:HTML 5.0%Language:Makefile 2.3%