{"id":16883331,"url":"https://github.com/hardillb/node-red-contrib-auth-mongodb","last_synced_at":"2025-10-29T11:06:49.333Z","repository":{"id":68666289,"uuid":"296610493","full_name":"hardillb/node-red-contrib-auth-mongodb","owner":"hardillb","description":"A authentication plugin for Node-RED that uses MongoDB as the backend","archived":false,"fork":false,"pushed_at":"2021-04-10T00:01:33.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T21:12:14.873Z","etag":null,"topics":["mongodb","node-red"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":"change-password.js","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["hardillb"]}},"created_at":"2020-09-18T12:09:12.000Z","updated_at":"2022-08-19T02:28:28.000Z","dependencies_parsed_at":"2023-03-22T09:33:38.157Z","dependency_job_id":null,"html_url":"https://github.com/hardillb/node-red-contrib-auth-mongodb","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"a7dacd06b1fc695806b9472775bb6a99a160fce5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-auth-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-auth-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-auth-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Fnode-red-contrib-auth-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/node-red-contrib-auth-mongodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480429,"owners_count":21110937,"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":["mongodb","node-red"],"created_at":"2024-10-13T16:11:16.124Z","updated_at":"2025-10-29T11:06:49.277Z","avatar_url":"https://github.com/hardillb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/hardillb"],"categories":[],"sub_categories":[],"readme":"# node-red-contrib-auth-mongodb\n\nThis is an authentication plugin for Node-RED that uses MongoDB as the backend\n\n## Setup\n\nYou need to add the following to `settings.js`\n\n```\nadminAuth: require('node-red-contrib-auth-mongodb').setup({\n  mongoURI: \"mongodb://mongo.exmample.com/nodered\",\n  appname: \"foo\"\n})\n```\n\nWhere `mongoURI` is the location of a MongoDB database and `appname` is a unique identifier for this instance of Node-RED to allow multiple instances to use the same DB.\n\nIt will use a collection called `users` in the datbase.\n\nFor an example of how to create user entries in the collection look at `create-user.js`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fnode-red-contrib-auth-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Fnode-red-contrib-auth-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fnode-red-contrib-auth-mongodb/lists"}