{"id":16470634,"url":"https://github.com/remrkabledev/node-authentication-system","last_synced_at":"2025-06-20T23:07:35.474Z","repository":{"id":42190862,"uuid":"189178194","full_name":"reMRKableDev/node-authentication-system","owner":"reMRKableDev","description":"An introduction to authentication with Node.js","archived":false,"fork":false,"pushed_at":"2024-12-09T20:06:35.000Z","size":648,"stargazers_count":1,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T23:06:50.141Z","etag":null,"topics":["authentication","authentication-backend","bcyrpt","express-session","express-validator","expressjs","hacktoberfest","hacktoberfest2020","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/reMRKableDev.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,"zenodo":null}},"created_at":"2019-05-29T07:56:16.000Z","updated_at":"2024-12-09T20:06:35.000Z","dependencies_parsed_at":"2025-04-30T07:37:08.725Z","dependency_job_id":"da0f885f-902b-4b61-a812-566139b2abf0","html_url":"https://github.com/reMRKableDev/node-authentication-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reMRKableDev/node-authentication-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode-authentication-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode-authentication-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode-authentication-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode-authentication-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reMRKableDev","download_url":"https://codeload.github.com/reMRKableDev/node-authentication-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reMRKableDev%2Fnode-authentication-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261032071,"owners_count":23100049,"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":["authentication","authentication-backend","bcyrpt","express-session","express-validator","expressjs","hacktoberfest","hacktoberfest2020","nodejs"],"created_at":"2024-10-11T12:11:21.691Z","updated_at":"2025-06-20T23:07:30.457Z","avatar_url":"https://github.com/reMRKableDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-authentication-system\nAn introduction to authentication with Node.js\n\n## Getting Started\n\nConfigure your Sequelize connector to read from process.env\n\n```\nconst connector = new Sequelize(\n  process.env.YOUR_DATABASE_NAME,\n  process.env.YOUR_DATABASE_USER,\n  process.env.YOUR_DATABASE_PASSWORD,\n  {\n    host: process.env.YOUR_DATABASE_HOST,\n    dialect: YOUR_DATABASE_DIALECT\n  }\n);\n```\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\nsequelize\npg\npg-hstore\ndotenv\nmorgan\nejs\nexpress\nexpress-session\ncookie-parser\n```\n\n### How To:\n\nTo use the examples provided:\n\n```\n1. Fork \u0026 Clone repo.\n2. Run 'npm install' on your local repo so as to get the required dependencies.\n3. Run app.js.\n\n```\n\nHave fun :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fnode-authentication-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremrkabledev%2Fnode-authentication-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremrkabledev%2Fnode-authentication-system/lists"}