Some asked on Symfony Slack workspace how to use form login with memory user provider - This repository contains a simple example how that works.
- Clone this repository
- Run
composer install - Run
symfony serve - Open
http://localhost:8000in your browser - Head to login page and use credentials;
john_admin/admin - Profit
MIT