https://github.com/tarlepp/rccc-memory-user-login
https://github.com/tarlepp/rccc-memory-user-login
community-help form-login security symfony
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarlepp/rccc-memory-user-login
- Owner: tarlepp
- Created: 2021-04-08T14:03:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T19:34:32.000Z (over 3 years ago)
- Last Synced: 2025-03-27T13:51:46.208Z (about 1 year ago)
- Topics: community-help, form-login, security, symfony
- Language: PHP
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
Some asked on Symfony Slack workspace how to use form login with memory user provider - This repository
contains a simple example how that works.
## Installation
1) Clone this repository
2) Run `composer install`
3) Run `symfony serve`
4) Open `http://localhost:8000` in your browser
5) Head to login page and use credentials; `john_admin` / `admin`
6) Profit
## License
MIT