{"id":15209091,"url":"https://github.com/bit-rahul/nodejs-auth","last_synced_at":"2025-10-29T13:30:17.740Z","repository":{"id":125469293,"uuid":"287819090","full_name":"bit-rahul/nodejs-auth","owner":"bit-rahul","description":"A complete NodeJS + Express + PassportJS + JWT authentication app:","archived":false,"fork":false,"pushed_at":"2020-11-04T12:04:27.000Z","size":150,"stargazers_count":99,"open_issues_count":2,"forks_count":42,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T01:32:09.268Z","etag":null,"topics":["css","ejs","jwt","nodejs","nodejs-authentication","passport"],"latest_commit_sha":null,"homepage":"http://serene-headland-22338.herokuapp.com/","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/bit-rahul.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":"2020-08-15T20:21:24.000Z","updated_at":"2025-01-23T18:19:19.000Z","dependencies_parsed_at":"2023-08-11T16:03:33.391Z","dependency_job_id":null,"html_url":"https://github.com/bit-rahul/nodejs-auth","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.13636363636363635","last_synced_commit":"4fe9ecb946554bf86eccc11f1a95eb7361cd5c73"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-rahul%2Fnodejs-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-rahul%2Fnodejs-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-rahul%2Fnodejs-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bit-rahul%2Fnodejs-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bit-rahul","download_url":"https://codeload.github.com/bit-rahul/nodejs-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238825789,"owners_count":19537127,"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":["css","ejs","jwt","nodejs","nodejs-authentication","passport"],"created_at":"2024-09-28T07:21:15.699Z","updated_at":"2025-10-29T13:30:17.101Z","avatar_url":"https://github.com/bit-rahul.png","language":"JavaScript","readme":"# NodeJS Authentication App\n\u003e A complete authentication app with login, logout, register, forget password, email verification(for added security), and access control. Can be used as starter for other Node.JS applications. using Node.js, Express, Passport, JWT, Mongoose, and more. \n\n## Web App Link\nhttp://serene-headland-22338.herokuapp.com/\n\n![Screenshot (4)](https://user-images.githubusercontent.com/49118089/90341145-b776a900-e01a-11ea-93c8-4f6864a141c1.png)\n\n## Technologies Used\n1.  NodeJS\n2.  Express\n3.  EJS\n4.  MongoDB\n5.  Mongoose\n6.  PassportJS\n7.  JWT\n8.  Nodemailer\n\n\n## Prerequisites\n- Git\n- NodeJS\n- CLI\n\n## Installation\n\n##### Clone the latest Repository\n\n`git clone https://github.com/rahulsups/nodejs-auth.git`\n\n##### Into the project directory\n\n`cd nodejs-auth`\n\n##### Installing NPM dependencies\n\n`npm install`\n\n##### Then simply start your app\n\n`npm start`\n\n#### The Server should now be running at http://localhost:3006/\n\n## Folder Structure\n\nnodejs-auth \u003cbr\u003e\n├── assets \u003cbr\u003e\n│ --- ├── secure-icon.png \u003cbr\u003e\n│ --- ├── cyber-security-icon.jpg \u003cbr\u003e\n│ --- └── css \u003cbr\u003e\n│ -------- └── bootstrap.min.css \u003cbr\u003e\n├── config \u003cbr\u003e\n│ --- ├── checkAuth.js \u003cbr\u003e\n│ --- ├── key.js \u003cbr\u003e\n│ --- └── passport.js \u003cbr\u003e\n├── config \u003cbr\u003e\n│ --- └──authController.js\n├── models \u003cbr\u003e\n│ --- └── User.js \u003cbr\u003e\n├── node_modules \u003cbr\u003e\n├── routes \u003cbr\u003e\n│ --- ├── auth.js \u003cbr\u003e\n│ --- └── index.js \u003cbr\u003e\n├── views \u003cbr\u003e\n│ --- ├── dash.ejs \u003cbr\u003e\n│ --- ├── forgot.ejs \u003cbr\u003e\n│ --- ├── layout.ejs \u003cbr\u003e\n│ --- ├── login.ejs \u003cbr\u003e\n│ --- ├── messages.ejs \u003cbr\u003e\n│ --- ├── register.ejs \u003cbr\u003e\n│ --- ├── reset.ejs \u003cbr\u003e\n│ --- └── welcome.ejs \u003cbr\u003e\n├── .gitignore \u003cbr\u003e\n├── package.json \u003cbr\u003e\n├── package-lock.json \u003cbr\u003e\n├── README.md \u003cbr\u003e\n└── server.js \u003cbr\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit-rahul%2Fnodejs-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbit-rahul%2Fnodejs-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit-rahul%2Fnodejs-auth/lists"}