{"id":22343050,"url":"https://github.com/brandonbothell/login-boilerplate","last_synced_at":"2025-03-26T09:42:59.510Z","repository":{"id":40704837,"uuid":"212484694","full_name":"brandonbothell/login-boilerplate","owner":"brandonbothell","description":"A login app boilerplate built with TypeORM, PostgreSQL, and Express.","archived":false,"fork":false,"pushed_at":"2025-03-11T10:28:43.000Z","size":1325,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T11:32:49.973Z","etag":null,"topics":["api","boilerplate","database","gui","hashing","login","orm","passwords","template"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brandonbothell.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-03T02:45:44.000Z","updated_at":"2021-05-31T22:25:04.000Z","dependencies_parsed_at":"2024-02-26T23:41:21.442Z","dependency_job_id":"4b589e2e-37ad-42b3-88ff-af82ddd9dcfa","html_url":"https://github.com/brandonbothell/login-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonbothell%2Flogin-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonbothell%2Flogin-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonbothell%2Flogin-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonbothell%2Flogin-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brandonbothell","download_url":"https://codeload.github.com/brandonbothell/login-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245631193,"owners_count":20647181,"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":["api","boilerplate","database","gui","hashing","login","orm","passwords","template"],"created_at":"2024-12-04T08:14:39.961Z","updated_at":"2025-03-26T09:42:59.477Z","avatar_url":"https://github.com/brandonbothell.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Login Boilerplate\nBuild/start with `npm run start` or `yarn start`  \nStart without building with `npm run start:nobuild` or `yarn start:nobuild`\n\n## Configuration\nYou ***will*** want to edit the config file.\nWatch the [tutorial](https://youtu.be/FnM_Z7-a2Mc) or follow these instructions:\n\n1. Rename the example config (located at `api/config.example.json`) to `config.json`.\n\n2. Make `secret` a secure and random string.\n\n3. If using HTTP, leave the `port` as `80`. For HTTPS, change it to `443`.\n\n4. Leave or change `https.useHttps` depending on what you're using.\n\n5. If using HTTPS, change `https.crt` and `https.key` to your certificate and private key files, relative to the `api` folder.  \n\n*Note:* You should use HTTPS to make sure that passwords aren't intercepted by an attacker!  \n\n6. Change `postgres` to reflect your PostgreSQL setup.\n\n7. Change the `API_ENDPOINT` var in `api/public/assets/js/globals.js` to the endpoint to make requests to the API to **without** a following slash.\n\n8. After you start the API and a password is hashed, you may get a warning about it taking a too short/long amount of time.\n   * If it is taking \u003c1000ms, raise the `hashingIterations` config option.\n   * If it is taking \u003e2000ms, lower the `hashingIterations` config option.\n   * It may not always be perfect, and that's fine. Just make sure this warning doesn't go off for most password lengths.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonbothell%2Flogin-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonbothell%2Flogin-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonbothell%2Flogin-boilerplate/lists"}