{"id":21343652,"url":"https://github.com/catalystcode/node-authbot","last_synced_at":"2026-03-16T21:33:35.906Z","repository":{"id":73517156,"uuid":"65852562","full_name":"CatalystCode/node-authbot","owner":"CatalystCode","description":"🔑  A bot that authenticates users and get profile information about the user","archived":false,"fork":false,"pushed_at":"2017-09-27T07:30:46.000Z","size":9158,"stargazers_count":28,"open_issues_count":10,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-12T23:36:14.362Z","etag":null,"topics":["authbot","azure-ad","bot","oauth"],"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/CatalystCode.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":"2016-08-16T20:47:31.000Z","updated_at":"2024-10-31T10:31:27.000Z","dependencies_parsed_at":"2023-04-26T02:01:03.821Z","dependency_job_id":null,"html_url":"https://github.com/CatalystCode/node-authbot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fnode-authbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fnode-authbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fnode-authbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fnode-authbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatalystCode","download_url":"https://codeload.github.com/CatalystCode/node-authbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225824673,"owners_count":17529906,"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":["authbot","azure-ad","bot","oauth"],"created_at":"2024-11-22T01:14:27.124Z","updated_at":"2026-03-16T21:33:35.880Z","avatar_url":"https://github.com/CatalystCode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthBot for Node.js with Microsoft Bot Framework\n\n_A bot that authenticates users and get profile information and the latest email for the logged in user_.\n\n[Checkout out the bot on Skype](https://join.skype.com/bot/dce91571-f312-4395-8602-91a145d1f52a)\n![Auth Bot Demo in Skype](botdemoskype.gif)\n\n[Check out the demo site](https://authbot.azurewebsites.net/)\n\nThis bot enables users to authenticate with their Microsoft id and/or their AD domain. Then the bot uses the accesstoken to retrieve the latest email for the user.\n\n## Features\n* Support endpoints V1 (only supports AD accounts)\n* Support endpoints V2 (now supports both AD accounts and Microsoft accounts)\n\nAllow easy and secure sign in, even in chat sessions including multiple users\n\n## Installation\n\nClone this repo and then install dependencies:\n\n    git clone https://github.com/CatalystCode/node-authbot.git\n    cd node-authbot\n    git checkout master\n    npm install\n\nPush directly to Azure Web App:\n     The [dev branch](https://github.com/CatalystCode/node-authbot/tree/dev) has been setup to push directly to Azure web app\n\nSetup the bot:\n* Populate environment variables in [.env.template](.env.template).\n* Follow the instructions on [Bot Framework website](https://dev.botframework.com/bots) to setup Channels.\n* [Optional] If the bot is hosted on Azure App Service, make sure to increase the `maxQueryString` limit by updating the `web.config` file in `$HOME/site/wwwroot` like this:\n\n```\n\u003csecurity\u003e\n\t  \u003crequestFiltering\u003e\n\t  \t\u003crequestLimits maxQueryString=\"10000\"/\u003e\n\t  \t...\n\t  \u003c/requestFiltering\u003e\n\u003c/security\u003e\n\n```\n\n## Acknowledgement\nMany thanks to [@sozercan](https://github.com/sozercan) and [@GeekTrainer](https://github.com/GeekTrainer) for your contribution.\n\n\n## License\nLicensed using the MIT License (MIT); Copyright (c) Microsoft Corporation. For more information, please see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fnode-authbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalystcode%2Fnode-authbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fnode-authbot/lists"}