Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaytaph/symfony-security-autologin
https://github.com/jaytaph/symfony-security-autologin
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaytaph/symfony-security-autologin
- Owner: jaytaph
- License: mit
- Created: 2016-01-15T10:53:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T10:56:58.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T01:23:35.189Z (over 1 year ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto login bundle packed in a symfony standard framework
======================Usage:
- Browse to `/app_dev.php`
- When you see the user/password box, you can use `admin:kitten` or `ryan:ryanpass` credentials to login.
- Clear browser (like session cookies)
- Browse to `/app_dev.php?auto_login=cnlhbjpyeWFucGFzcw==`
- This should automatically log you in as user `ryan` without dialog boxNote:
All the fun stuff is located in the `src/Rainbow/SecurityBundle/Firewall` directory