{"id":15028569,"url":"https://github.com/digitaldreams/symfony-auth","last_synced_at":"2026-01-18T00:20:20.999Z","repository":{"id":42735852,"uuid":"282897049","full_name":"digitaldreams/symfony-auth","owner":"digitaldreams","description":"Symfony 6  authentication system with tailwindcss","archived":false,"fork":false,"pushed_at":"2024-04-02T06:45:09.000Z","size":564,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T11:09:45.157Z","etag":null,"topics":["boilerplate-symfony","php-admin-panel","php-app","php-application","php-framework","php82","symfony","symfony-application","symfony6","twig"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitaldreams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-27T12:51:02.000Z","updated_at":"2024-08-23T13:25:44.000Z","dependencies_parsed_at":"2023-10-19T06:29:03.202Z","dependency_job_id":"078c7714-0423-4143-9aba-4174d04d7628","html_url":"https://github.com/digitaldreams/symfony-auth","commit_stats":null,"previous_names":["digitaldreams/symfony-auth","digitaldreams/symfony5-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaldreams%2Fsymfony-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaldreams%2Fsymfony-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaldreams%2Fsymfony-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaldreams%2Fsymfony-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitaldreams","download_url":"https://codeload.github.com/digitaldreams/symfony-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280177,"owners_count":20912965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate-symfony","php-admin-panel","php-app","php-application","php-framework","php82","symfony","symfony-application","symfony6","twig"],"created_at":"2024-09-24T20:08:38.190Z","updated_at":"2026-01-18T00:20:20.989Z","avatar_url":"https://github.com/digitaldreams.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony auth\nSymfony 6 basic authentication system\n\n### Installation \n**Step 1**: Setup your `.env` file \n``` \nMAILER_DSN=smtp://user:pass@smtp.example.com:port\nDATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/database_name?serverVersion=5.7\n\nADMIN_EMAIL=admin@example.com\nFROM_EMAIL=info@example.com\n```\n**Step 2** : If your database does not exists yet then run following command to create a new database for you. \n\n```\nphp bin/console doctrine:database:create\n```\n**Step 3**:  Lets run the migrations. \n\n```\nphp bin/console doctrine:schema:update -f\nphp bin/console doctrine:fixtures:load\n```\n\nIt will create necessary tables into your database and create a admin user with `username` and `password` is **admin**\n\nStep 4: Frontend Setup.\n``` \nnpm install\nnpm run build\n```\n\nStep 5: Run phpunit test\n```\nphp bin/phpunit\n``` \n\n**Congratulations! your site is now ready.**\n\n### Features\n1. Login\n2. Registration\n3. Forget password\n4. Change Password\n5. Profile Picture\n6. Admin notify for new user registration\n7. Profile info change for logged in user\n8. Users list page for Admin user. \n9. Progressive Web Application\n10. Offline Web Application\n\n### Login Form\n\n\u003cimg src=\"https://i.ibb.co/dP9CCjF/Screenshot-2020-07-29-at-10-19-28-PM.png\" alt=\"Screenshot-2020-07-29-at-10-19-28-PM\" border=\"0\"\u003e\n\n### Profile Page\n\n\u003cimg src=\"https://i.ibb.co/8c4t7wb/Screenshot-2020-07-29-at-10-23-17-PM.png\" alt=\"Screenshot-2020-07-29-at-10-23-17-PM\" border=\"0\"\u003e\n\n### Users List (admin)\n\n\u003cimg src=\"https://i.ibb.co/0V6fTv3/Screenshot-2020-07-29-at-10-24-11-PM.png\" alt=\"Screenshot-2020-07-29-at-10-24-11-PM\" border=\"0\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitaldreams%2Fsymfony-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitaldreams%2Fsymfony-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitaldreams%2Fsymfony-auth/lists"}