{"id":19545827,"url":"https://github.com/konradmi/auth-nodejs-mongo","last_synced_at":"2026-04-12T01:37:47.938Z","repository":{"id":159676934,"uuid":"95292849","full_name":"konradmi/auth-nodejs-mongo","owner":"konradmi","description":"Boilerplate for server side authentication with node.js, passport and MongoDB","archived":false,"fork":false,"pushed_at":"2017-10-08T19:34:11.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T18:10:12.426Z","etag":null,"topics":["authentication","express","jwt","mongo","nodejs","passportjs"],"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/konradmi.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":"2017-06-24T11:13:05.000Z","updated_at":"2023-09-07T04:13:57.000Z","dependencies_parsed_at":"2023-05-06T07:01:39.436Z","dependency_job_id":null,"html_url":"https://github.com/konradmi/auth-nodejs-mongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/konradmi/auth-nodejs-mongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konradmi%2Fauth-nodejs-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konradmi%2Fauth-nodejs-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konradmi%2Fauth-nodejs-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konradmi%2Fauth-nodejs-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konradmi","download_url":"https://codeload.github.com/konradmi/auth-nodejs-mongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konradmi%2Fauth-nodejs-mongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276448104,"owners_count":25644380,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","express","jwt","mongo","nodejs","passportjs"],"created_at":"2024-11-11T03:41:29.343Z","updated_at":"2025-09-22T17:59:26.465Z","avatar_url":"https://github.com/konradmi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auth-nodejs-mongo\n\nBoilerplate for authentication using node.js and mongo. Based on Stephen Grider's course.\n\n## Setup\n\nInstall mongodb\nRun `mongod`\nRun `yarn install`\nRun `yarn run dev`\n\n## Available routes and how it works\n\n`/signup` - it accepts email and password. Once it's been verified that there's no user with the given email in the database, the email and hashed password is save in the database and a JWT token is created and sent back to the user\n\n`/singin` - it accepts email and password. It checks if the email and password are ok and a JWT token is sent back to the user\n\n`/` - in order to access the route you have to include the JWT token in the `authorization` header in the request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonradmi%2Fauth-nodejs-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonradmi%2Fauth-nodejs-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonradmi%2Fauth-nodejs-mongo/lists"}