{"id":20731580,"url":"https://github.com/datumbrain/play-auth-react-starter","last_synced_at":"2025-08-12T00:10:50.928Z","repository":{"id":127811446,"uuid":"165640977","full_name":"datumbrain/play-auth-react-starter","owner":"datumbrain","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-14T10:23:11.000Z","size":490,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T00:28:52.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datumbrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-14T10:21:07.000Z","updated_at":"2019-01-14T10:23:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ba2bca7-e070-46c0-8da7-54acc7fcd5d0","html_url":"https://github.com/datumbrain/play-auth-react-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-auth-react-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-auth-react-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-auth-react-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-auth-react-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datumbrain","download_url":"https://codeload.github.com/datumbrain/play-auth-react-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243013326,"owners_count":20221713,"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":[],"created_at":"2024-11-17T05:16:01.810Z","updated_at":"2025-03-11T10:24:46.632Z","avatar_url":"https://github.com/datumbrain.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\nThis project is the simple most possible implementation of `Authentication` in `Play Framework 2.6` using `Deadbolt2` and `SQLite`.\n\nYou can easily change database source to any of your choice by modifying `conf/application.conf` file.\n\nThis project has the following features implemented:\n1. Login\n2. Sign Up\n3. Forget Password / Reset Password\n4. Logging (Minimal, just to get you started.)\n5. Email Service (Email Verification)\n6. Restricted Action / View\n\n## RUN INSTRUCTIONS\n\n### Prerequisites\n\n#### SQLite Database\n\nFirst, we need to create a database\n\n\t$ cd project-directory/\n\t$ touch users.sqlite\n\n\n### How to run?\n1. Move into project directory\n\t```\n\t$ cd play-authentication-starter\n\t```\n2. Run through script\n\t```\n\t$ ./scripts/run\n\t```\n3. Go to [http://localhost:2020/](http://localhost:2020/)\n\n### Extra Notes\n1. By default, the project is using `mock` mail service with output to console, if you want to test with proper email do the following.\n    1. Open `play-authentication-starter/conf/application.conf`\n\t2. In section\n\n\t\t```\n\t\tplay.mailer {\n\t\t  host = smtp.gmail.com\n\t\t  port = 465\n\t\t  ssl = true\n\t\t  user = \"\" # enter email like \"xyz@gmail.com\"\n\t\t  password = \"\" # enter password\n\t\t  from = \"\" # enter email like \"xyz@gmail.com\"\n\t\t  mock = true\n\t\t}\n\t\t```\n\n\tChange blank `user`, `from` and `password` values to actual `user`, `from` and `password` values.\n\t\u003e If you are using gmail, you will have to change a security setting to `Allow Unsecure Apps to Access` to be able to use it.\n\n#### Credits\n- [Fahad Siddiqui](https://www.linkedin.com/in/fsdqui/), [Saad Ali](https://www.linkedin.com/in/saad-ali-33814b124/) at [Datum Brain](https://www.datumbrain.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatumbrain%2Fplay-auth-react-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatumbrain%2Fplay-auth-react-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatumbrain%2Fplay-auth-react-starter/lists"}