{"id":20731566,"url":"https://github.com/datumbrain/play-authentication-starter","last_synced_at":"2025-03-11T10:24:43.676Z","repository":{"id":127811457,"uuid":"157529124","full_name":"datumbrain/play-authentication-starter","owner":"datumbrain","description":"Play Framework 2.6.x authentication with Deadbolt 2 starter project.","archived":false,"fork":false,"pushed_at":"2018-11-19T11:21:01.000Z","size":526,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T00:28:47.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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":"2018-11-14T10:07:03.000Z","updated_at":"2018-11-20T06:36:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d9a9ba2-1b06-42a9-a3dd-375f589a23bd","html_url":"https://github.com/datumbrain/play-authentication-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-authentication-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-authentication-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-authentication-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datumbrain%2Fplay-authentication-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datumbrain","download_url":"https://codeload.github.com/datumbrain/play-authentication-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243013326,"owners_count":20221712,"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:15:50.384Z","updated_at":"2025-03-11T10:24:43.586Z","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-authentication-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatumbrain%2Fplay-authentication-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatumbrain%2Fplay-authentication-starter/lists"}